Searched refs:GetFontAttributes (Results 1 – 5 of 5) sorted by relevance
125 void GetFontAttributes( ImplFontAttributes& rAttrs ) const;
86 const ImplFontAttributes& GetFontAttributes() const { return maDevFontAttributes; } in GetFontAttributes() function in FtFontInfo
845 …mbArtItalic = (rFSD.meItalic != ITALIC_NONE && pFI->GetFontAttributes().GetSlant() == ITALIC_NONE); in FreetypeServerFont()846 …mbArtBold = (rFSD.meWeight > WEIGHT_MEDIUM && pFI->GetFontAttributes().GetWeight() <= WEIGHT_MEDIU… in FreetypeServerFont()951 static_cast<ImplFontAttributes&>(rTo) = mpFontInfo->GetFontAttributes(); in FetchFontMetric()
756 void Font::GetFontAttributes( ImplFontAttributes& rAttrs ) const in GetFontAttributes() function in Font
2195 rFont.GetFontAttributes( *this ); in ImplFontSelectData()
Completed in 59 milliseconds