Home
last modified time | relevance | path

Searched defs:FontAttributes (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx63 struct FontAttributes struct
65 FontAttributes( const GooString& familyName_, in FontAttributes() function
81 FontAttributes() : in FontAttributes() function
92 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() argument
117 bool operator==(const FontAttributes& rFont) const in operator ==()
128 GooString familyName;
129 bool isEmbedded;
130 bool isBold;
131 bool isItalic;
132 bool isUnderline;
[all …]
/aoo41x/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() argument
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 19 milliseconds