Searched refs:fontFamily (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/ |
H A D | makepsres.c | 1113 char fontName[256], fontFamily[256], fontFullName[256], fontWeight[256]; local 1120 fontName[0] = fontFamily[0] = fontFullName[0] = fontWeight[0] = '\0'; 1141 strcpy(fontFamily, buf); 1174 if (fontFamily[0] != '\0') strcpy(fontFullName, fontFamily); 1177 if (fontFamily[0] == '\0') strcpy(fontFamily, fontFullName); 1179 MungeFontNames(fontName, fontFamily, fontFullName, fontWeight,
|
Completed in 14 milliseconds