Lines Matching defs:FontAttributes
63 struct FontAttributes struct
65 FontAttributes( const GooString& familyName_, in FontAttributes() function
81 FontAttributes() : in FontAttributes() function
92 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() function
103 FontAttributes& operator=( const FontAttributes& rSrc ) in operator =()
117 bool operator==(const FontAttributes& rFont) const in operator ==()
128 GooString familyName;
129 bool isEmbedded;
130 bool isBold;
131 bool isItalic;
132 bool isUnderline;
133 double size;