Searched defs:FastPrintFontInfo (Results 1 – 2 of 2) sorted by relevance
149 struct FastPrintFontInfo struct151 fontID m_nID; // FontID152 fonttype::type m_eType;155 rtl::OUString m_aFamilyName;156 rtl::OUString m_aStyleName;157 std::list< rtl::OUString > m_aAliases;158 family::type m_eFamilyStyle;159 italic::type m_eItalic;160 width::type m_eWidth;161 weight::type m_eWeight;[all …]
1281 bool PrintFontManager::matchFont( FastPrintFontInfo&, const com::sun::star::lang::Locale& ) in matchFont() argument