Lines Matching full:font
57 SimpleFontInstance *font = new SimpleFontInstance(12, status);
58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status);
212 delete font;
220 SimpleFontInstance *font = new SimpleFontInstance(12, status);
225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status);
234 delete font;
242 SimpleFontInstance *font = new SimpleFontInstance(12, status);
243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status);
324 delete font;
397 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
400 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
403 log_info("Your font's version string is \"%s\"\n", fontVersionString);
408 log_info("If you see errors, they may be due to the version of the font you're using.\n");
541 PortableFontInstance *font;
545 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
549 delete font;
556 checkFontVersion(font, version, cksum, testID);
559 return font;
581 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font");
591 // test-font attributes
604 LEFontInstance *font = NULL;
642 font = openFont(fontName, fontCksum, fontVer, id);
647 if (font == NULL) {
669 // TODO: make sure that the font, test-text, result-glyphs, result-indices and result-positions
671 if (font == NULL) {
674 font = new SimpleFontInstance(12, fontStatus);
690 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success);
720 delete font;
751 LEFontInstance *font;
875 font = new SimpleFontInstance(12, status);
881 fontRuns.add(font, charCount);
956 delete font;