Font.getList

機能/意味
Enumeration of font names
タイプ
Fontクラスのメソッド
構文
getList(flags)
引数
flags  Specifies how fonts are enumerated.
 Specify the combination by bitwise OR of the following values.
fsfFixedPitch : List only fixed pitch fonts
fsfSameCharSet : List only fonts with the same character set
fsfNoVertical : Do not enumerate vertical 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.
戻り値
Array where font name (character string) is stored as each element
説明
Enumerate font names and return as an array.