|
PoDoFo 1.1.0
|
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. | |
| bool | TryScan (PdfCID &cid, std::string &utf8str, std::vector< unsigned > &positions, CodePointSpan &codepoints) |
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.