Home | History | Annotate | Download | only in letest

Lines Matching refs:fontName

539 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
546 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
549 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
639 char *fontName = getCString(element->getAttribute(name_attr));
643 font = openFont(fontName, fontCksum, fontVer, id);
646 freeCString(fontName);