PoDoFo
1.0.0-dev
|
A PDF string context to iteratively scan a string and collect both CID and unicode codepoints. More...
#include <PdfEncoding.h>
Public Member Functions | |
bool | IsEndOfString () const |
bool | TryScan (PdfCID &cid, std::string &utf8str, CodePointSpan &codepoints) |
Advance string reading. More... | |
Friends | |
class | PdfEncoding |
A PDF string context to iteratively scan a string and collect both CID and unicode codepoints.
bool PdfStringScanContext::TryScan | ( | PdfCID & | cid, |
std::string & | utf8str, | ||
CodePointSpan & | codepoints | ||
) |
Advance string reading.