Comprehensive Guide for Developers: Features, Integration, and API Reference
Specifies the font information. More...
#include <pdfsdk/core/fonts.h>
Public Attributes | |
| PDAtom | family |
| PDFontStyle | style |
| PDAtom | format |
Specifies the font information.
| PDAtom PDFontInfo::family |
Font family can be Arial, Verdana, Times New Roman etc. See ISO 32000-2:2020 - 9.8 Font descriptors. Table 120 — Entries common to all font descriptors.
| PDAtom PDFontInfo::format |
The font format can be Unknown, Type1, TrueType, CFF or OpenTypeCFF. See ISO 32000-2:2020 - 9.5 Introduction to font data structures.
| PDFontStyle PDFontInfo::style |
Regular, italic, bold, bold and italic.