5#ifndef PDF_FONT_CID_TRUE_TYPE_H
6#define PDF_FONT_CID_TRUE_TYPE_H
29 void embedFontFileSubset(
const std::vector<PdfCharGIDInfo>&
infos,
30 const PdfCIDSystemInfo&
cidInfo)
override;
PdfDocument is the core interface for working with PDF documents.
Definition PdfDocument.h:108
A PdfEncoding is in PdfFont to transform a text string into a representation so that it can be displa...
Definition PdfEncoding.h:51
A PdfFont that represents a CID-keyed font that has a TrueType/OpenType font backend (aka "CIDFontTyp...
Definition PdfFontCIDTrueType.h:14
A PdfFont that represents a CID-keyed font.
Definition PdfFontCID.h:14
Before you can draw text on a PDF document, you have to create a font object first.
Definition PdfFont.h:42
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:30
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13
std::shared_ptr< const PdfFontMetrics > PdfFontMetricsConstPtr
Convenience typedef for a const PdfEncoding shared ptr.
Definition PdfFontMetrics.h:24