PoDoFo  1.0.0-dev
Public Types | Public Member Functions | Static Public Member Functions | List of all members
PoDoFo::PdfCIDToGIDMap Class Referencefinal

Helper class to handle the /CIDToGIDMap entry in a Type2 CID font or /TrueType fonts implicit CID to GID mapping. More...

#include <PdfCIDToGIDMap.h>

Public Types

using iterator = CIDToGIDMap::const_iterator
 

Public Member Functions

 PdfCIDToGIDMap (CIDToGIDMap &&map, PdfGlyphAccess access)
 
 PdfCIDToGIDMap (const PdfCIDToGIDMap &)=default
 
 PdfCIDToGIDMap (PdfCIDToGIDMap &&) noexcept=default
 
bool TryMapCIDToGID (unsigned cid, unsigned &gid) const
 
void ExportTo (PdfObject &descendantFont)
 
bool HasGlyphAccess (PdfGlyphAccess access) const
 Determines if the current map provides the queried glyph access.
 
unsigned GetSize () const
 
iterator begin () const
 
iterator end () const
 

Static Public Member Functions

static PdfCIDToGIDMap Create (const PdfObject &cidToGidMapObj, PdfGlyphAccess access)
 

Detailed Description

Helper class to handle the /CIDToGIDMap entry in a Type2 CID font or /TrueType fonts implicit CID to GID mapping.


The documentation for this class was generated from the following files: