【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.25.19 GetFontNameByIndex
Contents
Description
Get the name of font.
Syntax
string GetFontNameByIndex( int nIndex )
Parameters
- nIndex
- [input] Font index
Return
A string containing the font name.
Examples
EX1
void GetFontNameByIndex_ex1() { string strFontName; strFontName = GetFontNameByIndex(0); printf(" Font Name is: \"%s\"\n", strFontName); }
Remark
See Also
Header to Include
origin.h