GetFontNames

 

Description

Get available font names

Syntax

int GetFontNames( vector<string> * pstrNames, BOOL bIncludeDefFont = TRUE )

Parameters

pstrNames
[output] font name list.
bIncludeDefFont
[input] whether include origin default font.

Return

Count of font names

Examples

See GETN_FONT

Remark

See Also

GETN_FONT
GetFontNameByIndex
FontFaceIndex_to_DWORD
FontFaceDWORD_to_Index

Header to Included

origin.h

Reference