BCGControlBar Pro for MFC
BOOL CBCGPRibbonFontComboBox::SetFont ( LPCTSTR  lpszName,
BYTE  nCharSet = DEFAULT_CHARSET,
BOOL  bExact = FALSE 
)

Looks for the specified font and selects it in the combo.

Returns
Nonzero if the specified font has been found and selected.

Use this function to select the specified font in the combo.

Parameters
lpszNameSpecifies the font name.
nCharSetSpecifies the font character set.
bExactIf TRUE, the match should be exact, otherwise character set may be ignored.