Searched full:basefont (Results 1 – 10 of 10) sorted by relevance
124 vcl::Font baseFont; in testVerticalText() local134 baseFont = vcl::Font(fontName, u"Book"_ustr, Size(0, 36)); in testVerticalText()135 baseFont.SetLanguage(LANGUAGE_JAPANESE); in testVerticalText()136 baseFont.SetVertical(true); in testVerticalText()137 baseFont.SetOrientation(2700_deg10); in testVerticalText()138 if (device->HasGlyphs(baseFont, text) == -1) // -1 means no glyph is missing in testVerticalText()151 font = baseFont; in testVerticalText()179 font = baseFont; in testVerticalText()207 font = baseFont; in testVerticalText()225 font = baseFont; in testVerticalText()
469 * Storage for BaseFont objects created.487 - logger.debug("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage(), e);488 + logger.config("BaseFont.createFont failed. Key = " + fontKey + ": " + e);493 - logger.warn("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage());494 + logger.warning("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage());497 // fallback .. use BaseFont.HELVETICA as default502 - logger.warn("BaseFont.createFont for FALLBACK failed.", e);503 + logger.warning("BaseFont.createFont for FALLBACK failed: " + e);506 throw new BaseFontCreateException("BaseFont creation failed, null font: " + fontKey);
54 <</Type/Font/Subtype/Type1/BaseFont/Helvetica>>
49 …%n%nu></></listboxbody><center>><mtd></mtd><x7><section></section>/x7></basefont%nbdo><family-nam…
376 std::vector<sal_uInt16> m_aBaseFontStack; // stack for <BASEFONT>660 void NewBasefontAttr(); // for <BASEFONT>
3816 // and not BASEFONT. in NewFontAttr()
57 #define OOO_STRING_SVTOOLS_HTML_basefont "basefont"
1623 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()1718 // Static font identified under "BaseFont" in CPPUNIT_TEST_FIXTURE()1720 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()1730 CPPUNIT_ASSERT_MESSAGE("No 'BaseFont' or 'Name' element found for font!", in CPPUNIT_TEST_FIXTURE()1835 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
1277 // Check BaseFont is what we expect in CPPUNIT_TEST_FIXTURE()1279 pFont->GetDictionary()->LookupElement("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
2303 "<</Type/Font/Subtype/Type1/BaseFont/" ); in emitBuildinFont()2363 "/BaseFont/" ); in emitSystemFont()3114 "<</Type/Font/Subtype/Type1/BaseFont/" : in emitFonts()3115 "<</Type/Font/Subtype/TrueType/BaseFont/" ); in emitFonts()