CMFCRibbonFontComboBox::GetFontType

Returns which font types to display in the combo box. Valid options are DEVICE_FONTTYPE, RASTER_FONTTYPE, and TRUETYPE_FONTTYPE, or any bitwise combination thereof.

int GetFontType() const;

Return Value

Font types (see EnumFontFamProc in the Windows SDK documentation).

Requirements

Header: afxribboncombobox.h

See Also

Reference

CMFCRibbonFontComboBox Class