#include <PdfFontSimple.h>
Inheritance diagram for PoDoFo::PdfFontSimple:
Public Member Functions | |
PdfFontSimple (PdfFontMetrics *pMetrics, const PdfEncoding *const pEncoding, PdfVecObjects *pParent) | |
PdfFontSimple (PdfFontMetrics *pMetrics, const PdfEncoding *const pEncoding, PdfObject *pObject) | |
virtual void | EmbedFont () |
Protected Member Functions | |
void | Init (bool bEmbed, const PdfName &rsSubType) |
virtual void | EmbedFontFile (PdfObject *pDescriptor)=0 |
|
Create a new PdfFont object which will introduce itself automatically to every page object it is used on. The font has a default font size of 12.0pt.
|
|
Create a PdfFont based on an existing PdfObject
|
|
Embeds the font into PDF page Reimplemented from PoDoFo::PdfFont. |
|
Embed the font file directly into the PDF file.
Implemented in PoDoFo::PdfFontType1, and PoDoFo::PdfFontType1Base14. |
|
Initialize this font object.
|