|
pdfmm 0.9.20
|
This is the complete list of members for mm::PdfFontType1, including all inherited members.
| Create(PdfDocument &doc, const PdfFontMetricsConstPtr &metrics, const PdfEncoding &encoding, PdfFontInitOptions flags) | mm::PdfFont | static |
| CreateStandard14(PdfDocument &doc, PdfStandard14FontType baseFont, const PdfEncoding &encoding, PdfFontInitOptions flags) | mm::PdfFont | static |
| embedFontFile(PdfObject &descriptor) override | mm::PdfFontType1 | protectedvirtual |
| ExtractBaseName(const std::string_view &fontName, bool &isBold, bool &isItalic) | mm::PdfFont | static |
| ExtractBaseName(const std::string_view &fontName) | mm::PdfFont | static |
| FillDescriptor(PdfDictionary &dict) const | mm::PdfFont | protected |
| GetAscent(const PdfTextState &state) const | mm::PdfFont | |
| GetCharWidth(char32_t codePoint, const PdfTextState &state, bool ignoreCharSpacing=false) const | mm::PdfFont | |
| GetCIDWidthRaw(unsigned cid) const | mm::PdfFont | protected |
| GetDescent(const PdfTextState &state) const | mm::PdfFont | |
| GetEncoding() const | mm::PdfFont | inline |
| GetIdentifier() const | mm::PdfFont | inline |
| GetLineSpacing(const PdfTextState &state) const | mm::PdfFont | |
| GetMetrics() const | mm::PdfFont | inline |
| GetName() const | mm::PdfFont | inline |
| GetObject() | mm::PdfElement | inline |
| GetObject() const | mm::PdfElement | inline |
| GetStrikeOutPosition(const PdfTextState &state) const | mm::PdfFont | |
| GetStrikeOutThickness(const PdfTextState &state) const | mm::PdfFont | |
| GetStringWidth(const std::string_view &view, const PdfTextState &state) const | mm::PdfFont | |
| GetStringWidth(const PdfString &encodedStr, const PdfTextState &state) const | mm::PdfFont | |
| GetSubsetPrefix() const | mm::PdfFont | inline |
| GetUnderlinePosition(const PdfTextState &state) const | mm::PdfFont | |
| GetUnderlineThickness(const PdfTextState &state) const | mm::PdfFont | |
| initImported() override | mm::PdfFontType1 | protectedvirtual |
| IsLoaded() const | mm::PdfFont | inline |
| IsSubsettingEnabled() const | mm::PdfFont | inline |
| PdfElement(PdfObject &obj, PdfDataType expectedDataType) | mm::PdfElement | protected |
| mm::PdfFontSimple::PdfFont(PdfDocument &doc, const PdfFontMetricsConstPtr &metrics, const PdfEncoding &encoding) | mm::PdfFont | protected |
| PdfFontSimple(PdfDocument &doc, const PdfFontMetricsConstPtr &metrics, const PdfEncoding &encoding) | mm::PdfFontSimple | protected |
| TryCreateFromObject(PdfObject &obj, std::unique_ptr< PdfFont > &font) | mm::PdfFont | static |
| TryGetStringWidth(const std::string_view &view, const PdfTextState &state, double &width) const | mm::PdfFont | |
| TryGetStringWidth(const PdfString &encodedStr, const PdfTextState &state, double &width) const | mm::PdfFont | |
| TryMapCIDToGID(unsigned cid, unsigned &gid) const | mm::PdfFont | protectedvirtual |
| TryMapGIDToCID(unsigned gid, unsigned &cid) const | mm::PdfFont | protectedvirtual |
| WriteStringToStream(PdfStream &stream, const std::string_view &str) const | mm::PdfFont | |
| WriteStringToStream(std::ostream &stream, const std::string_view &str) const | mm::PdfFont |