| BOOL CBCGPRibbonFontComboBox::SetFont | ( | LPCTSTR | lpszName, | 
| BYTE | nCharSet = DEFAULT_CHARSET, | ||
| BOOL | bExact = FALSE | ||
| ) | 
Looks for the specified font and selects it in the combo.
Use this function to select the specified font in the combo.
| lpszName | Specifies the font name. | 
| nCharSet | Specifies the font character set. | 
| bExact | If TRUE, the match should be exact, otherwise character set may be ignored. |