Home | History | Annotate | Download | only in letest

Lines Matching defs:fontName

538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
545 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
638 char *fontName = getCString(element->getAttribute(name_attr));
642 font = openFont(fontName, fontCksum, fontVer, id);
645 freeCString(fontName);