|
| bool | tryGetCharCode (char32_t codePoint, PdfCharCode &codeUnit) const override |
| |
| bool | tryGetCodePoints (const PdfCharCode &codeUnit, std::vector< char32_t > &codePoints) const override |
| |
| void | appendBaseFontEntries (PdfStream &stream) const override |
| |
| bool | TryGetNextCharCode (std::string_view::iterator &it, const std::string_view::iterator &end, PdfCharCode &codeUnit) const |
| |
| bool | TryGetCharCode (char32_t codePoint, PdfCharCode &codeUnit) const |
| |
| bool | TryGetCharCode (const cspan< char32_t > &codePoints, PdfCharCode &codeUnit) const |
| |
| bool | TryGetCharCode (unsigned cid, PdfCharCode &codeUnit) const |
| |
| bool | TryGetNextCID (std::string_view::iterator &it, const std::string_view::iterator &end, PdfCID &cid) const |
| |
| bool | TryGetNextCodePoints (std::string_view::iterator &it, const std::string_view::iterator &end, std::vector< char32_t > &codePoints) const |
| |
| bool | TryGetCodePoints (const PdfCharCode &codeUnit, std::vector< char32_t > &codePoints) const |
| |
| bool | TryGetCIDId (const PdfCharCode &codeUnit, unsigned &id) const |
| |
| virtual bool | HasCIDMapping () const |
| |
| virtual bool | HasLigaturesSupport () const |
| |
| bool | TryGetExportObject (PdfIndirectObjectList &objects, PdfName &name, PdfObject *&obj) const |
| |
Dummy encoding map that will just throw