Get font files.
int okutil_get_font_file_names( StringArray * psaResults, LPCSTR lpcszFontName )
Number of found files. 0 if not found.
EX1
void okutil_get_font_file_names_ex(string strFont) { StringArray psaResults; int nn = okutil_get_font_file_names(&psaResults, strFont); out_int("font file: ", nn); }
origin.h