void CBCGPRibbonFontComboBox::InsertFont | ( | int | nInsertAt, |
const CBCGPFontDesc & | font, | ||
LPCTSTR | szName = NULL |
||
) |
Inserts a font to the fonts list at the given position.
nInsertAt | Zero-based font index. |
font | Desciption of the font to be added. |
szName | The font name. If NULL, the default font name (from CBCGPFontDesc) will be used. |