| getFontList |
() |
yoix.awt |
| |
Returns an array of strings that list the names of all available fonts, or
NULL
if something went wrong and no list is available.
| |
| Example: |
The program,
import yoix.*.*;
printf("Available fonts: %O\n", getFontList());
prints the fonts available on your system on standard output.
Notice we used
%O
in the
printf
format string.
It is a quick way to get a dump of any Yoix Object.
| | |
| Return: |
Array
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|