LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
PDFGlyph (const basegfx::B2DPoint &rPos, const GlyphItem *pGlyph, const LogicalFontInstance *pFont, sal_Int32 nNativeWidth, sal_Int32 nFontId, sal_uInt8 nMappedGlyphId, int nCharPos) | |
Public Attributes | |
basegfx::B2DPoint const | m_aPos |
const GlyphItem * | m_pGlyph |
const LogicalFontInstance * | m_pFont |
sal_Int32 const | m_nNativeWidth |
sal_Int32 const | m_nMappedFontId |
sal_uInt8 const | m_nMappedGlyphId |
int const | m_nCharPos |
Definition at line 617 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 627 of file pdfwriter_impl.hxx.
basegfx::B2DPoint const vcl::pdf::PDFGlyph::m_aPos |
Definition at line 619 of file pdfwriter_impl.hxx.
int const vcl::pdf::PDFGlyph::m_nCharPos |
Definition at line 625 of file pdfwriter_impl.hxx.
sal_Int32 const vcl::pdf::PDFGlyph::m_nMappedFontId |
Definition at line 623 of file pdfwriter_impl.hxx.
sal_uInt8 const vcl::pdf::PDFGlyph::m_nMappedGlyphId |
Definition at line 624 of file pdfwriter_impl.hxx.
sal_Int32 const vcl::pdf::PDFGlyph::m_nNativeWidth |
Definition at line 622 of file pdfwriter_impl.hxx.
const LogicalFontInstance* vcl::pdf::PDFGlyph::m_pFont |
Definition at line 621 of file pdfwriter_impl.hxx.
const GlyphItem* vcl::pdf::PDFGlyph::m_pGlyph |
Definition at line 620 of file pdfwriter_impl.hxx.