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.
|