BCGControlBar Pro for MFC
BOOL CBCGPFontComboBox::Setup ( int  nFontType = DEVICE_FONTTYPE|RASTER_FONTTYPE|TRUETYPE_FONTTYPE,
BYTE  nCharSet = DEFAULT_CHARSET,
BYTE  nPitchAndFamily = DEFAULT_PITCH 
)

Sets up the font combo.

Returns
Nonzero if the font combo was set up successfully, otherwise 0.

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.

Parameters
nFontTypeSpecifies the font type to insert.
nCharSetSpecifies the font character set to insert.
nPitchAndFamilySpecifies the font pitch and family to insert.