PoDoFo 1.0.0-dev
|
Represents a GID (Glyph ID) with PDF metrics identifier. More...
#include <PdfEncodingCommon.h>
Public Member Functions | |
PdfGID (unsigned id) | |
PdfGID (unsigned id, unsigned metricsId) | |
Public Attributes | |
unsigned | Id = 0 |
The id of the glyph in the font program. | |
unsigned | MetricsId = 0 |
The id of the glyph in the PDF metrics (/Widths, /W arrays). In case of Type 0 CIDFonts this effectively corresponds to the CID. | |
Represents a GID (Glyph ID) with PDF metrics identifier.