BOOL CBCGPFontComboBox::Setup | ( | int | nFontType = DEVICE_FONTTYPE|RASTER_FONTTYPE|TRUETYPE_FONTTYPE , |
BYTE | nCharSet = DEFAULT_CHARSET , |
||
BYTE | nPitchAndFamily = DEFAULT_PITCH |
||
) |
Sets up the font combo.
Call this member function to initialize the font combo box by enumerating currently installed fonts and inserting them in the font combo according to the specified criteria.
nFontType | Specifies the font type to insert. |
nCharSet | Specifies the font character set to insert. |
nPitchAndFamily | Specifies the font pitch and family to insert. |