Lines Matching defs:FontAttributes
58 struct FontAttributes struct
60 FontAttributes( const GooString& familyName_, in FontAttributes() function
76 FontAttributes() : in FontAttributes() argument
87 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() function
98 FontAttributes& operator=( const FontAttributes& rSrc ) in operator =()
112 bool operator==(const FontAttributes& rFont) const in operator ==()
123 GooString familyName;
124 bool isEmbedded;
125 bool isBold;
126 bool isItalic;
127 bool isUnderline;
128 double size;