Get the name of font.
string GetFontNameByIndex( int nIndex )
A string containing the font name.
EX1
void GetFontNameByIndex_ex1() { string strFontName; strFontName = GetFontNameByIndex(0); printf(" Font Name is: \"%s\"\n", strFontName); }
origin.h