LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::pdf::PDFGlyph Struct Reference

#include <pdfwriter_impl.hxx>

Collaboration diagram for vcl::pdf::PDFGlyph:
[legend]

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 GlyphItemm_pGlyph
 
const LogicalFontInstancem_pFont
 
sal_Int32 const m_nNativeWidth
 
sal_Int32 const m_nMappedFontId
 
sal_uInt8 const m_nMappedGlyphId
 
int const m_nCharPos
 

Detailed Description

Definition at line 617 of file pdfwriter_impl.hxx.

Constructor & Destructor Documentation

◆ PDFGlyph()

vcl::pdf::PDFGlyph::PDFGlyph ( const basegfx::B2DPoint rPos,
const GlyphItem pGlyph,
const LogicalFontInstance pFont,
sal_Int32  nNativeWidth,
sal_Int32  nFontId,
sal_uInt8  nMappedGlyphId,
int  nCharPos 
)
inline

Definition at line 627 of file pdfwriter_impl.hxx.

Member Data Documentation

◆ m_aPos

basegfx::B2DPoint const vcl::pdf::PDFGlyph::m_aPos

Definition at line 619 of file pdfwriter_impl.hxx.

◆ m_nCharPos

int const vcl::pdf::PDFGlyph::m_nCharPos

Definition at line 625 of file pdfwriter_impl.hxx.

◆ m_nMappedFontId

sal_Int32 const vcl::pdf::PDFGlyph::m_nMappedFontId

Definition at line 623 of file pdfwriter_impl.hxx.

◆ m_nMappedGlyphId

sal_uInt8 const vcl::pdf::PDFGlyph::m_nMappedGlyphId

Definition at line 624 of file pdfwriter_impl.hxx.

◆ m_nNativeWidth

sal_Int32 const vcl::pdf::PDFGlyph::m_nNativeWidth

Definition at line 622 of file pdfwriter_impl.hxx.

◆ m_pFont

const LogicalFontInstance* vcl::pdf::PDFGlyph::m_pFont

Definition at line 621 of file pdfwriter_impl.hxx.

◆ m_pGlyph

const GlyphItem* vcl::pdf::PDFGlyph::m_pGlyph

Definition at line 620 of file pdfwriter_impl.hxx.


The documentation for this struct was generated from the following file: