Home
last modified time | relevance | path

Searched refs:szFontStr (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c2061 char szFontStr[MAXSTRING]; local
2063 *szFontStr = '\0';
2065 GetPSFontStr(nFontIndex, nFontStyle, szFontStr);
2066 if (strncmp(szFontStr, "/(", 2) == 0) {
2069 } else if (*szFontStr == '/') {
2070 *szFontStr = ' ';
2073 UtilStrCpyN(szFontStr, sizeof(szFontStr), pszFontName);
2075 RemovePSFontNameVariations(szFontStr);
2076 UtilTrimBlanks(szFontStr);
2077 pszFontName = szFontStr;