BCGControlBar Pro for MFC
CBCGPFontDesc::CBCGPFontDesc ( LPCTSTR  lpszName,
LPCTSTR  lpszScript,
BYTE  nCharSet,
BYTE  nPitchAndFamily,
int  nType,
int  nTrueType = 0 
)
inline

Constructs a CBCGPFontDesc object.

Parameters
lpszNameSpecifies a null-terminated string specifying the unique name of the font.
lpszScriptSpecifies a null-terminated string specifying the script, that is, the character set, of the font. For example, Cyrillic.
nCharSetSpecifies the character set.
nPitchAndFamilySpecifies the pitch and family of the font
nTypeSpecifies the type of the font. This parameter can be a combination of these values: DEVICE_FONTTYPE, RASTER_FONTTYPE, TRUETYPE_FONTTYPE.
nTrueTypeSpecifies the true-type flags. This parameter can be a combination of these values: PS_OPENTYPE_FONTTYPE, TT_OPENTYPE_FONTTYPE or TYPE1_FONTTYPE.