• getFontList ?-mask num?
If no argument is specified, return the list of available fixed-size fonts.
If the -mask option is specified, the command returns all the fonts
corresponding to the specified value (not only fixed-size fonts). The value
of this option is an additive value containing some of the following flags:
| Italic | 1 |
| Bold | 2 |
| Unbold | 4 |
| Narrow | 16 |
| Expanded | 32 |
| Condensed | 64 |
| Small Caps | 128 |
| Poster | 256 |
| Compressed | 512 |
| Fixed Size | 1024 |
If the -mask option is explicitely set to 0 (rather than being
unspecified), the command returns the list of all available font families.
The following pairs of flags are mutually exclusive: Condensed and
Expanded, Bold and Unbold.