Home
last modified time | relevance | path

Searched defs:FontAttributes (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx58 struct FontAttributes struct
60 FontAttributes( const GooString& familyName_, in FontAttributes() function
76 FontAttributes() : in FontAttributes() argument
87 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() function
112 bool operator==(const FontAttributes& rFont) const in operator ==()
123 GooString familyName;
124 bool isEmbedded;
125 bool isBold;
126 bool isItalic;
127 bool isUnderline;
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx53 struct FontAttributes struct
55 FontAttributes( const rtl::OUString& familyName_, in FontAttributes() argument
69 FontAttributes() : in FontAttributes() function
79 bool isBold;
80 bool isItalic;
81 bool isUnderline;
82 bool isOutline;
83 double size; // device pixel
85 bool operator==(const FontAttributes& rFont) const in operator ==()

Completed in 23 milliseconds