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