Searched defs:PrintFont (Results 1 – 2 of 2) sorted by relevance
264 struct PrintFont struct in psp::PrintFontManager266 fonttype::type m_eType;269 int m_nFamilyName; // atom270 std::list< int > m_aAliases;271 int m_nPSName; // atom272 rtl::OUString m_aStyleName;273 italic::type m_eItalic;274 width::type m_eWidth;275 weight::type m_eWeight;276 pitch::type m_ePitch;[all …]
339 PrintFontManager::PrintFont::PrintFont( fonttype::type eType ) : in PrintFont() function in PrintFontManager::PrintFont