PoDoFo 1.0.0-dev
|
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) |
Helper class to handle the /CIDToGIDMap entry in a Type2 CID font or /TrueType fonts implicit CID to GID mapping.