Lines Matching refs:aFontInfo
7182 FontInfo aFontInfo; in GetDevFont() local
7190 aFontInfo.SetName( rData.maName ); in GetDevFont()
7191 aFontInfo.SetStyleName( rData.maStyleName ); in GetDevFont()
7192 … aFontInfo.SetCharSet( rData.mbSymbolFlag ? RTL_TEXTENCODING_SYMBOL : RTL_TEXTENCODING_UNICODE ); in GetDevFont()
7193 aFontInfo.SetFamily( rData.meFamily ); in GetDevFont()
7194 aFontInfo.SetPitch( rData.mePitch ); in GetDevFont()
7195 aFontInfo.SetWeight( rData.meWeight ); in GetDevFont()
7196 aFontInfo.SetItalic( rData.meItalic ); in GetDevFont()
7197 aFontInfo.SetWidthType( rData.meWidthType ); in GetDevFont()
7199 aFontInfo.mpImplMetric->mnMiscFlags |= ImplFontMetric::SCALABLE_FLAG; in GetDevFont()
7201 aFontInfo.mpImplMetric->mnMiscFlags |= ImplFontMetric::DEVICE_FLAG; in GetDevFont()
7204 return aFontInfo; in GetDevFont()