4#ifndef PDF_FONT_OBJECT_H
5#define PDF_FONT_OBJECT_H
11class PODOFO_API PdfFontObject final :
public PdfFont
17 PdfFontObject(PdfObject& obj, PdfFontMetricsConstPtr&& metrics,
18 const PdfEncoding& encoding);
22 static std::unique_ptr<PdfFontObject>
Create(PdfObject& obj, PdfObject& descendantObj,
23 PdfFontMetricsConstPtr&& metrics,
const PdfEncoding& encoding);
25 static std::unique_ptr<PdfFontObject>
Create(PdfObject& obj,
26 PdfFontMetricsConstPtr&& metrics,
const PdfEncoding& encoding);
29 bool IsObjectLoaded()
const override;
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13
@ Create
Create a new file or truncate existing one for writing/reading.