5#ifndef PDF_IDENTITY_ENCODING_H
6#define PDF_IDENTITY_ENCODING_H
8#include "PdfEncodingMap.h"
52 const PdfEncodingLimits& GetLimits()
const override;
57 PdfEncodingLimits m_Limits;
A memory owning immutable block of code points, optimized for small segments as up to 3 elements can ...
Definition PdfEncodingCommon.h:119
An interface for writing blocks of data to a data source.
Definition OutputStream.h:15
This factory creates a PdfEncoding from an existing object in the PDF.
Definition PdfEncodingFactory.h:16
This factory creates a PdfEncodingMap.
Definition PdfEncodingMapFactory.h:15
A PdfEncodingMap is a low level interface to convert between utf8 and encoded strings in and to deter...
Definition PdfEncodingMap.h:28
This abstract class provides access to font metrics information.
Definition PdfFontMetrics.h:31
Before you can draw text on a PDF document, you have to create a font object first.
Definition PdfFont.h:42
PdfIdentityEncoding is a two-byte encoding which can be used with TrueType fonts to represent all cha...
Definition PdfIdentityEncoding.h:27
A list of PdfObjects that constitutes the indirect object list of the document The PdfParser will rea...
Definition PdfIndirectObjectList.h:28
This class represents a PdfName.
Definition PdfName.h:21
This class represents a PDF indirect Object in memory.
Definition PdfObject.h:31
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
PdfIdentityOrientation
Orientation for predefined CID identity encodings.
Definition PdfIdentityEncoding.h:15
PdfEncodingMapType
Definition PdfDeclarations.h:114
PdfPredefinedEncodingType
Definition PdfDeclarations.h:121
A character code unit.
Definition PdfEncodingCommon.h:16