7#ifndef PDF_FONT_OBJECT_H
8#define PDF_FONT_OBJECT_H
14class PODOFO_API PdfFontObject final :
public PdfFont
22 PdfFontObject(PdfObject& obj,
const PdfFontMetricsConstPtr& metrics,
23 const PdfEncoding& encoding);
27 static std::unique_ptr<PdfFontObject>
Create(PdfObject& obj, PdfObject& descendantObj,
28 const PdfFontMetricsConstPtr& metrics,
const PdfEncoding& encoding);
30 static std::unique_ptr<PdfFontObject>
Create(PdfObject& obj,
31 const PdfFontMetricsConstPtr& metrics,
const PdfEncoding& encoding);
34 bool IsObjectLoaded()
const override;
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16
@ Create
Create a new file or truncate existing one for writing/reading.
PdfFontType
Enum specifying the type of the font.
Definition PdfDeclarations.h:286