PoDoFo 1.0.0-dev
Loading...
Searching...
No Matches
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)
 
 PdfCIDToGIDMap (const PdfCIDToGIDMap &)=default
 
 PdfCIDToGIDMap (PdfCIDToGIDMap &&) noexcept=default
 
bool TryMapCIDToGID (unsigned cid, unsigned &gid) const
 
void ExportTo (PdfObject &descendantFont)
 
unsigned GetSize () const
 
iterator begin () const
 
iterator end () const
 

Static Public Member Functions

static PdfCIDToGIDMap Create (const PdfObject &cidToGidMapObj)
 

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: