Home | History | Annotate | Download | only in letest

Lines Matching refs:fontName

41     const char *fontName;
235 char *fontName = getCString(element->getAttribute(name_attr));
238 PortableFontInstance *pfi = new PortableFontInstance(getPath(buf,fontName), 12, leStatus);
241 printf("Error: could not open font: %s (path: %s)\n", fontName, buf);
242 freeCString(fontName);
246 printf(" Generating: %s, %s, %s, %s\n", id, script, lang, fontName);
263 fontName, uversion_utf8, pfi->getFontChecksum(), pfi->getRawChecksum());
268 fontName, pfi->getFontChecksum(), pfi->getFontChecksum(), pfi->getRawChecksum());
272 fontName, version, pfi->getFontChecksum(), pfi->getRawChecksum());
278 freeCString(fontName);