PoDoFo
1.0.0-dev
|
A character code unit. More...
#include <PdfEncodingCommon.h>
Public Member Functions | |
PdfCharCode (unsigned code) | |
Create a code of minimum size. | |
PdfCharCode (unsigned code, unsigned char codeSpaceSize) | |
bool | operator< (const PdfCharCode &rhs) const |
bool | operator== (const PdfCharCode &rhs) const |
bool | operator!= (const PdfCharCode &rhs) const |
void | AppendTo (std::string &str) const |
void | WriteHexTo (std::string &str, bool wrap=true) const |
Public Attributes | |
unsigned | Code |
unsigned char | CodeSpaceSize |
A character code unit.
For generic terminology see https://en.wikipedia.org/wiki/Character_encoding#Terminology See also 5014.CIDFont_Spec, 2.1 Terminology