7#ifndef PDF_FONT_SIMPLE_H
8#define PDF_FONT_SIMPLE_H
41 void embedFont()
override final;
43 void initImported()
override;
SPDX-FileCopyrightText: (C) 2005 Dominik Seichter domseichter@web.de SPDX-FileCopyrightText: (C) 2020...
This class represents a PdfArray Use it for all arrays that are written to a PDF file.
Definition PdfArray.h:81
PdfDocument is the core interface for working with PDF documents.
Definition PdfDocument.h:111
A PdfEncoding is in PdfFont to transform a text string into a representation so that it can be displa...
Definition PdfEncoding.h:55
This is a common base class for simple, non CID-keyed fonts like Type1, TrueType and Type3.
Definition PdfFontSimple.h:20
A PdfFont implementation that can be used to embed truetype fonts into a PDF file or to draw with tru...
Definition PdfFontTrueType.h:23
A PdfFont implementation that can be used to embed type1 fonts into a PDF file or to draw with type1 ...
Definition PdfFontType1.h:23
A PdfFont implementation that can be used to embed type3 fonts into a PDF file or to draw with type3 ...
Definition PdfFontType3.h:23
Before you can draw text on a PDF document, you have to create a font object first.
Definition PdfFont.h:45
This class represents a PDF indirect Object in memory.
Definition PdfObject.h:35
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:38
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16
std::shared_ptr< const PdfFontMetrics > PdfFontMetricsConstPtr
Convenience typedef for a const PdfEncoding shared ptr.
Definition PdfFontMetrics.h:27