LibreOffice Module sdext (master) 1
|
#include <contentsink.hxx>
Public Member Functions | |
FontAttributes (OUString familyName_, OUString sFontWeight, bool isItalic_, bool isUnderline_, double size_, double ascent_) | |
FontAttributes () | |
bool | operator== (const FontAttributes &rFont) const |
FontAttributes () | |
FontAttributes (const FontAttributes &rSrc) | |
FontAttributes & | operator= (const FontAttributes &rSrc) |
bool | operator== (const FontAttributes &rFont) const |
Public Attributes | |
OUString | familyName |
OUString | fontWeight |
bool | isItalic |
bool | isUnderline |
bool | isOutline |
double | size |
double | ascent |
GooString | familyName |
bool | isEmbedded |
GfxFont::Weight | maFontWeight |
Private Member Functions | |
GooString & | getFamilyName () const |
Definition at line 49 of file contentsink.hxx.
|
inline |
Definition at line 51 of file contentsink.hxx.
|
inline |
Definition at line 66 of file contentsink.hxx.
References u.
|
inline |
Definition at line 68 of file pdfioutdev_gpl.hxx.
|
inline |
Definition at line 79 of file pdfioutdev_gpl.hxx.
References familyName, and getFamilyName().
|
inlineprivate |
Definition at line 123 of file pdfioutdev_gpl.hxx.
References familyName.
Referenced by FontAttributes(), operator=(), and operator==().
|
inline |
Definition at line 90 of file pdfioutdev_gpl.hxx.
References familyName, getFamilyName(), isEmbedded, isItalic, isUnderline, maFontWeight, and size.
|
inline |
Definition at line 84 of file contentsink.hxx.
References ascent, familyName, fontWeight, isItalic, isOutline, isUnderline, and size.
|
inline |
Definition at line 104 of file pdfioutdev_gpl.hxx.
References getFamilyName(), isEmbedded, isItalic, isUnderline, maFontWeight, and size.
double pdfi::FontAttributes::ascent |
Definition at line 82 of file contentsink.hxx.
Referenced by pdfi::PDFIProcessor::drawGlyphs(), and operator==().
OUString pdfi::FontAttributes::familyName |
Definition at line 76 of file contentsink.hxx.
Referenced by FontAttributes(), getFamilyName(), pdfi::FontAttrHash::operator()(), operator=(), operator==(), pdfi::PDFOutDev::parseFont(), pdfi::PDFIProcessor::PDFIProcessor(), pdfi::PDFOutDev::updateFont(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
GooString pdfi::FontAttributes::familyName |
Definition at line 114 of file pdfioutdev_gpl.hxx.
OUString pdfi::FontAttributes::fontWeight |
Definition at line 77 of file contentsink.hxx.
Referenced by pdfi::FontAttrHash::operator()(), operator==(), pdfi::PDFIProcessor::PDFIProcessor(), pdfi::PDFIProcessor::setFont(), pdfi::WriterXmlOptimizer::visit(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
bool pdfi::FontAttributes::isEmbedded |
Definition at line 115 of file pdfioutdev_gpl.hxx.
Referenced by operator=(), operator==(), pdfi::PDFOutDev::parseFont(), and pdfi::PDFOutDev::updateFont().
bool FontAttributes::isItalic |
Definition at line 78 of file contentsink.hxx.
Referenced by pdfi::FontAttrHash::operator()(), operator=(), operator==(), pdfi::PDFOutDev::parseFont(), pdfi::PDFIProcessor::PDFIProcessor(), pdfi::PDFOutDev::updateFont(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
bool pdfi::FontAttributes::isOutline |
Definition at line 80 of file contentsink.hxx.
Referenced by pdfi::FontAttrHash::operator()(), operator==(), pdfi::PDFIProcessor::setFont(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
bool FontAttributes::isUnderline |
Definition at line 79 of file contentsink.hxx.
Referenced by pdfi::FontAttrHash::operator()(), operator=(), operator==(), pdfi::PDFOutDev::parseFont(), pdfi::PageElement::resolveUnderlines(), pdfi::PDFOutDev::updateFont(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
GfxFont::Weight pdfi::FontAttributes::maFontWeight |
Definition at line 116 of file pdfioutdev_gpl.hxx.
Referenced by operator=(), operator==(), pdfi::PDFOutDev::parseFont(), and pdfi::PDFOutDev::updateFont().
double FontAttributes::size |
Definition at line 81 of file contentsink.hxx.
Referenced by pdfi::ParagraphElement::getLineHeight(), pdfi::ParagraphElement::isSingleLined(), pdfi::FontAttrHash::operator()(), operator=(), operator==(), pdfi::PDFOutDev::parseFont(), pdfi::PDFIProcessor::PDFIProcessor(), pdfi::PDFIProcessor::processGlyphLine(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().