Lines Matching refs:FontInfo
87 FontInfo::FontInfo() in FontInfo() function in FontInfo
93 FontInfo::FontInfo( const FontInfo& rInfo ) in FontInfo() function in FontInfo
102 FontInfo::~FontInfo() in ~FontInfo()
109 FontInfo& FontInfo::operator=( const FontInfo& rInfo ) in operator =()
125 sal_Bool FontInfo::operator==( const FontInfo& rInfo ) const in operator ==()
138 FontType FontInfo::GetType() const in GetType()
145 sal_Bool FontInfo::IsDeviceFont() const in IsDeviceFont()
152 sal_Bool FontInfo::SupportsLatin() const in SupportsLatin()
159 sal_Bool FontInfo::SupportsCJK() const in SupportsCJK()
166 sal_Bool FontInfo::SupportsCTL() const in SupportsCTL()
174 : FontInfo( rMetric ) in FontMetric()
223 FontInfo::operator=( rMetric ); in operator =()
231 return FontInfo::operator==( rMetric ); in operator ==()