TTMSFNCGeneralPDFLibFontMetrics Record
Stores the typographic metrics for a font face, including ascent, descent, cap height, italic angle, bounding box, and font program type, used by the PDF engine when embedding fonts.
API unit family: TMSFNCPDFLib.General.Android
Syntax
TTMSFNCGeneralPDFLibFontMetrics = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Ascent |
Integer |
(undocumented) |
CapHeight |
Integer |
(undocumented) |
Descent |
Integer |
(undocumented) |
Fixed |
Boolean |
(undocumented) |
FontBox |
TRect |
(undocumented) |
FontProgramType |
TTMSFNCPDFFontProgramType |
(undocumented) |
ItalicAngle |
Integer |
(undocumented) |
TrueType |
Boolean |
(undocumented) |