Lines Matching defs:fontName
1113 char fontName[256], fontFamily[256], fontFullName[256], fontWeight[256];
1120 fontName[0] = fontFamily[0] = fontFullName[0] = fontWeight[0] = '\0';
1151 strcpy(fontName, buf);
1172 if (fontName[0] != '\0') {
1175 else strcpy(fontFullName, fontName);
1179 MungeFontNames(fontName, fontFamily, fontFullName, fontWeight,
1182 printf("Found font %s\n", fontName);
1185 sprintf(buf, "%s,%s", faceReturn, fontName);
1186 AddResource ("FontOutline", fontName, fileName, false);
1191 printf("Font %s is multiple master\n", fontName);
1193 AddResource("FontBlendPositions", fontName, blendDesignPositions, true);
1194 AddResource("FontBlendMap", fontName, blendDesignMap, true);
1195 AddResource("FontAxes", fontName, blendAxisTypes, true);
1234 char fontName[256];
1242 fontName[0] = psFontName[0] = '\0';
1251 if (!ReadItem(file, fontName, 256)) break;
1284 if (psFontName[0] != '\0') strcpy(fontName, psFontName);
1286 if (size == 0 || fontName[0] == '\0') return;
1290 sprintf(nameSize, "%s%s", fontName, sizebuf);
1293 AddResource ("FontBDFSizes", fontName, sizebuf, true);
1300 char fontName[256];
1309 sscanf (pointer, "%255s", fontName);
1311 extraCr = strchr (fontName, '\r'); /* Handle DOS newlines */
1315 AddResource ("FontAFM", fontName, fileName, false);
1505 char fontName[256];
1518 strcpy(fontName, ch);
1519 fontName[len1] = '\0';
1520 AddResource("FontAFM", fontName, fileName, false);
1530 strcpy(fontName, ch);
1531 fontName[len1] = '\0';
1532 AddResource("FontPrebuilt", fontName, fileName, false);