Searched defs:FontAttributes (Results 1 – 2 of 2) sorted by relevance
58 struct FontAttributes struct60 FontAttributes( const GooString& familyName_, in FontAttributes() function76 FontAttributes() : in FontAttributes() argument87 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() argument112 bool operator==(const FontAttributes& rFont) const in operator ==()123 GooString familyName;124 bool isEmbedded;125 bool isBold;126 bool isItalic;127 bool isUnderline;[all …]
53 struct FontAttributes struct55 FontAttributes( const rtl::OUString& familyName_, in FontAttributes() argument69 FontAttributes() : in FontAttributes() function79 bool isBold;80 bool isItalic;81 bool isUnderline;82 bool isOutline;83 double size; // device pixel85 bool operator==(const FontAttributes& rFont) const in operator ==()
Completed in 6 milliseconds