Font.getList

Function/Meaning
Enumerate font names
Type
Font class method
Syntax
getList(flags)
Arguments
flags Specifies how to enumerate fonts.
Specify a combination of the following values using bitwise OR.
fsfFixedPitch : Enumerate only fixed-pitch fonts
fsfSameCharSet : Enumerate only fonts with the same character set
fsfNoVertical : Do not enumerate vertical writing fonts
fsfTrueTypeOnly : Enumerate only TrueType fonts
fsfIgnoreSymbol : Exclude symbol character sets
If fsfSameCharSet is specified, fonts with the same character set as the currently selected font will be enumerated.
Return Value
An array containing font names (strings) as elements
Description
Enumerates font names and returns them as an array.