|
LibreOffice Module vcl (master) 1
|
#include <pdfbuildin_fonts.hxx>
Public Member Functions | |
| OString | getNameObject () const |
| const FontCharMapRef & | GetFontCharMap () const |
| FontAttributes | GetFontAttributes () const |
Public Attributes | |
| const char * | m_pName |
| const char * | m_pStyleName |
| const char * | m_pPSName |
| int const | m_nAscent |
| int const | m_nDescent |
| FontFamily const | m_eFamily |
| rtl_TextEncoding const | m_eCharSet |
| FontPitch const | m_ePitch |
| FontWidth const | m_eWidthType |
| FontWeight const | m_eWeight |
| FontItalic const | m_eItalic |
| int const | m_aWidths [256] |
| FontCharMapRef | m_xFontCharMap |
Definition at line 29 of file pdfbuildin_fonts.hxx.
| FontAttributes vcl::pdf::BuildinFont::GetFontAttributes | ( | ) | const |
Definition at line 56 of file pdfbuildin_fonts.cxx.
References m_eCharSet, m_eFamily, m_eItalic, m_ePitch, m_eWeight, m_eWidthType, m_pName, m_pStyleName, FontAttributes::SetFamilyName(), FontAttributes::SetFamilyType(), FontAttributes::SetItalic(), FontAttributes::SetMicrosoftSymbolEncoded(), FontAttributes::SetPitch(), FontAttributes::SetQuality(), FontAttributes::SetStyleName(), FontAttributes::SetWeight(), and FontAttributes::SetWidthType().
| const FontCharMapRef & vcl::pdf::BuildinFont::GetFontCharMap | ( | ) | const |
Definition at line 46 of file pdfbuildin_fonts.cxx.
References FontCharMap::GetDefaultMap(), tools::SvRef< typename T >::is(), m_eCharSet, and m_xFontCharMap.
Referenced by vcl::pdf::BuildinFontFace::GetFontCharMap().
| OString vcl::pdf::BuildinFont::getNameObject | ( | ) | const |
Definition at line 28 of file pdfbuildin_fonts.cxx.
References aBuf, and m_pPSName.
Referenced by vcl::PDFWriterImpl::appendBuildinFontsToDict().
| int const vcl::pdf::BuildinFont::m_aWidths[256] |
Definition at line 42 of file pdfbuildin_fonts.hxx.
| rtl_TextEncoding const vcl::pdf::BuildinFont::m_eCharSet |
Definition at line 37 of file pdfbuildin_fonts.hxx.
Referenced by vcl::PDFWriterImpl::emitBuildinFont(), GetFontAttributes(), and GetFontCharMap().
| FontFamily const vcl::pdf::BuildinFont::m_eFamily |
Definition at line 36 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| FontItalic const vcl::pdf::BuildinFont::m_eItalic |
Definition at line 41 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| FontPitch const vcl::pdf::BuildinFont::m_ePitch |
Definition at line 38 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| FontWeight const vcl::pdf::BuildinFont::m_eWeight |
Definition at line 40 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| FontWidth const vcl::pdf::BuildinFont::m_eWidthType |
Definition at line 39 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| int const vcl::pdf::BuildinFont::m_nAscent |
Definition at line 34 of file pdfbuildin_fonts.hxx.
| int const vcl::pdf::BuildinFont::m_nDescent |
Definition at line 35 of file pdfbuildin_fonts.hxx.
| const char* vcl::pdf::BuildinFont::m_pName |
Definition at line 31 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
| const char* vcl::pdf::BuildinFont::m_pPSName |
Definition at line 33 of file pdfbuildin_fonts.hxx.
Referenced by vcl::PDFWriterImpl::emitBuildinFont(), and getNameObject().
| const char* vcl::pdf::BuildinFont::m_pStyleName |
Definition at line 32 of file pdfbuildin_fonts.hxx.
Referenced by GetFontAttributes().
|
mutable |
Definition at line 43 of file pdfbuildin_fonts.hxx.
Referenced by GetFontCharMap().