TTMSFNCGeneralPDFLibFontItem Class
Stores the metrics and file information for a single installed font, used by the PDF font initializer to locate and embed font data in generated PDF files.
API unit family: TMSFNCPDFLib.General.Unix
Syntax
TTMSFNCGeneralPDFLibFontItem = class
Properties
| Name | Description |
|---|---|
| Ascent | Maximum ascent above the baseline in font units. |
| BBox | The font bounding box in font units, defining the maximum extent of any glyph. |
| CapHeight | Height of a capital letter above the baseline in font units. |
| Descent | Maximum descent below the baseline in font units (typically a negative value). |
| FileName | Full path to the font file on disk. |
| Fixed | When True, this is a fixed-pitch (monospaced) font. |
| FontProgramType | Identifies the outline format of the embedded font program (TrueType, OpenType CFF, or unknown). |
| ItalicAngle | Italic angle in degrees counter-clockwise from vertical; zero for upright fonts. |
| Name | Family name of the font as registered with the operating system. |
| Style | Style flags (bold, italic, etc.) of this font entry. |
| TrueType | When True, the font is a TrueType or OpenType font. |