|
pdfmm 0.9.20
|
#include <PdfEncodingShim.h>
Additional Inherited Members | |
Public Member Functions inherited from mm::PdfEncoding | |
| PdfEncoding () | |
| std::string | ConvertToUtf8 (const PdfString &encodedStr) const |
| bool | TryConvertToUtf8 (const PdfString &encodedStr, std::string &str) const |
| std::string | ConvertToEncoded (const std::string_view &str) const |
| std::vector< PdfCID > | ConvertToCIDs (const std::string_view &str) const |
| bool | TryConvertToCIDs (const std::string_view &str, std::vector< PdfCID > &cids) const |
| std::vector< PdfCID > | ConvertToCIDs (const PdfString &encodedStr) const |
| bool | TryConvertToCIDs (const PdfString &encodedStr, std::vector< PdfCID > &cids) const |
| PdfCID | GetCID (char32_t codePoint) const |
| char32_t | GetCodePoint (const PdfCharCode &codeUnit) const |
| char32_t | GetCodePoint (unsigned charCode) const |
| const PdfCharCode & | GetFirstChar () const |
| const PdfCharCode & | GetLastChar () const |
| size_t | GetId () const |
| const PdfEncodingLimits & | GetLimits () const |
WIP: Encoding class with an external encoding map storage To be used by PdfFont in case of dynamic encoding requested