| LibreOffice Module vcl (master) 1
    | 
#include <pdfwriter_impl.hxx>
| Public Member Functions | |
| FontEmit (sal_Int32 nID) | |
| Public Attributes | |
| sal_Int32 | m_nFontID | 
| std::map< sal_GlyphId, GlyphEmit > | m_aMapping | 
Definition at line 349 of file pdfwriter_impl.hxx.
| 
 | inlineexplicit | 
Definition at line 354 of file pdfwriter_impl.hxx.
| std::map<sal_GlyphId, GlyphEmit> vcl::pdf::FontEmit::m_aMapping | 
Definition at line 352 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::drawLayout(), vcl::PDFWriterImpl::emitType3Font(), and vcl::PDFWriterImpl::registerGlyph().
| sal_Int32 vcl::pdf::FontEmit::m_nFontID | 
Definition at line 351 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitType3Font(), and vcl::PDFWriterImpl::registerGlyph().