Home | History | Annotate | Download | only in letest

Lines Matching refs:fontName

43     const char *fontName;
237 char *fontName = getCString(element->getAttribute(name_attr));
240 PortableFontInstance *pfi = new PortableFontInstance(getPath(buf,fontName), 12, leStatus);
243 printf("Error: could not open font: %s (path: %s)\n", fontName, buf);
244 freeCString(fontName);
248 printf(" Generating: %s, %s, %s, %s\n", id, script, lang, fontName);
265 fontName, uversion_utf8, pfi->getFontChecksum(), pfi->getRawChecksum());
270 fontName, pfi->getFontChecksum(), pfi->getFontChecksum(), pfi->getRawChecksum());
274 fontName, version, pfi->getFontChecksum(), pfi->getRawChecksum());
280 freeCString(fontName);