Searched defs:FontAttributes (Results 1 – 2 of 2) sorted by relevance
63 struct FontAttributes struct65 FontAttributes( const GooString& familyName_, in FontAttributes() function81 FontAttributes() : in FontAttributes() function92 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() argument117 bool operator==(const FontAttributes& rFont) const in operator ==()128 GooString familyName;129 bool isEmbedded;130 bool isBold;131 bool isItalic;132 bool isUnderline;[all …]
53 struct FontAttributes struct55 FontAttributes( const rtl::OUString& familyName_, in FontAttributes() argument69 FontAttributes() : in FontAttributes() argument79 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 19 milliseconds