Font.getList

Function/Meaning

Font name enumeration

Type
Fontclassmethod of
Syntax
getList(flags)
Arguments
flags

Specifies how to enumerate the fonts.
Specify the combination of the following values by bitwise OR.

  • fsfFixedPitch : List only fixed pitch fonts
  • fsfSameCharSet : List only fonts of the same character set
  • fsfNoVertical : Do not enumerate fonts for vertical writing
  • 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 listed.
Return value

An array in which the font name (character string) is stored as each element

Explanation

Enumerates font names and returns them as an array.
.