Lines Matching refs:aInfo

1001     psp::FastPrintFontInfo aInfo;  in AddTempDevFont()  local
1002 rMgr.getFontFastInfo( nFontId, aInfo ); in AddTempDevFont()
1003 aInfo.m_aFamilyName = rFontName; in AddTempDevFont()
1006 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in AddTempDevFont()
1009 int nFaceNum = rMgr.getFontFaceNumber( aInfo.m_nID ); in AddTempDevFont()
1014 const rtl::OString& rFileName = rMgr.getFontFileSysPath( aInfo.m_nID ); in AddTempDevFont()
1015 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA ); in AddTempDevFont()
1034 psp::FastPrintFontInfo aInfo; in GetDevFontList() local
1038 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
1043 if( aInfo.m_eType == psp::fonttype::Builtin ) in GetDevFontList()
1047 int nFaceNum = rMgr.getFontFaceNumber( aInfo.m_nID ); in GetDevFontList()
1054 if( aInfo.m_eType == psp::fonttype::Type1 ) in GetDevFontList()
1058 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList()
1060 const rtl::OString& rFileName = rMgr.getFontFileSysPath( aInfo.m_nID ); in GetDevFontList()
1061 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA, pExtraKernInfo ); in GetDevFontList()
1101 psp::FastPrintFontInfo aInfo; in GetFCFontOptions() local
1103 aInfo.m_aFamilyName = rFontAttributes.GetFamilyName(); in GetFCFontOptions()
1108 aInfo.m_eItalic = psp::italic::Upright; in GetFCFontOptions()
1111 aInfo.m_eItalic = psp::italic::Italic; in GetFCFontOptions()
1114 aInfo.m_eItalic = psp::italic::Oblique; in GetFCFontOptions()
1117 aInfo.m_eItalic = psp::italic::Unknown; in GetFCFontOptions()
1124 aInfo.m_eWeight = psp::weight::Thin; in GetFCFontOptions()
1127 aInfo.m_eWeight = psp::weight::UltraLight; in GetFCFontOptions()
1130 aInfo.m_eWeight = psp::weight::Light; in GetFCFontOptions()
1133 aInfo.m_eWeight = psp::weight::SemiLight; in GetFCFontOptions()
1136 aInfo.m_eWeight = psp::weight::Normal; in GetFCFontOptions()
1139 aInfo.m_eWeight = psp::weight::Medium; in GetFCFontOptions()
1142 aInfo.m_eWeight = psp::weight::SemiBold; in GetFCFontOptions()
1145 aInfo.m_eWeight = psp::weight::Bold; in GetFCFontOptions()
1148 aInfo.m_eWeight = psp::weight::UltraBold; in GetFCFontOptions()
1151 aInfo.m_eWeight = psp::weight::Black; in GetFCFontOptions()
1154 aInfo.m_eWeight = psp::weight::Unknown; in GetFCFontOptions()
1161 aInfo.m_eWidth = psp::width::UltraCondensed; in GetFCFontOptions()
1164 aInfo.m_eWidth = psp::width::ExtraCondensed; in GetFCFontOptions()
1167 aInfo.m_eWidth = psp::width::Condensed; in GetFCFontOptions()
1170 aInfo.m_eWidth = psp::width::SemiCondensed; in GetFCFontOptions()
1173 aInfo.m_eWidth = psp::width::Normal; in GetFCFontOptions()
1176 aInfo.m_eWidth = psp::width::SemiExpanded; in GetFCFontOptions()
1179 aInfo.m_eWidth = psp::width::Expanded; in GetFCFontOptions()
1182 aInfo.m_eWidth = psp::width::ExtraExpanded; in GetFCFontOptions()
1185 aInfo.m_eWidth = psp::width::UltraExpanded; in GetFCFontOptions()
1188 aInfo.m_eWidth = psp::width::Unknown; in GetFCFontOptions()
1193 bool bOK = rPFM.getFontOptions( aInfo, nSize, cairosubcallback, rFontOptions); in GetFCFontOptions()