TTMSFNCPDFGraphicsLibFontCharWidth Record
Stores the advance width and glyph index for a single character in a PDF font's width table.
API unit family: TMSFNCPDFCoreLibBase
Syntax
TTMSFNCPDFGraphicsLibFontCharWidth = record
Fields and properties
| Name | Type | Description |
|---|---|---|
g |
word |
Glyph index in the font's glyph table. |
i |
Integer |
Character code point associated with this glyph width entry. |
w |
word |
Advance width of the glyph in font design units. |