Searched refs:pFontMetric (Results 1 – 2 of 2) sorted by relevance
283 static ImplDevFontAttributes Os2Font2DevFontAttributes( const PFONTMETRICS pFontMetric) in Os2Font2DevFontAttributes() argument288 aDFA.meFamily = ImplFamilyToSal( pFontMetric->panose.bFamilyType); in Os2Font2DevFontAttributes()290 aDFA.meWeight = ImplWeightToSal( pFontMetric->usWeightClass); in Os2Font2DevFontAttributes()291 aDFA.meItalic = (pFontMetric->fsSelection & FM_SEL_ITALIC) ? ITALIC_NORMAL : ITALIC_NONE; in Os2Font2DevFontAttributes()292 aDFA.mePitch = ImplLogPitchToSal( pFontMetric->fsType ); in Os2Font2DevFontAttributes()293 aDFA.mbSymbolFlag = (pFontMetric->usCodePage == SYMBOL_CHARSET); in Os2Font2DevFontAttributes()298 aDFA.maName = UniString( pFontMetric->szFamilyname, gsl_getSystemTextEncoding()); in Os2Font2DevFontAttributes()300 aDFA.maStyleName = ImpStyleNameToSal( pFontMetric->szFamilyname, in Os2Font2DevFontAttributes()301 pFontMetric->szFacename, in Os2Font2DevFontAttributes()302 strlen( pFontMetric->szFamilyname) ); in Os2Font2DevFontAttributes()[all …]
63 PFONTMETRICS GetFontMetrics() const { return pFontMetric; } in GetFontMetrics()99 PFONTMETRICS pFontMetric; variable