TTMSFNCGraphicsSVGEngineFontMetrics Record
Font metrics (ascent, descent, height) for the SVG engine text renderer.
API unit family: TMSFNCGraphicsSVGEngine
Syntax
TTMSFNCGraphicsSVGEngineFontMetrics = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Ascent |
Single |
Distance from the baseline to the top of the tallest glyph, in pixels. |
Descent |
Single |
Distance from the baseline to the bottom of the lowest descender, in pixels. |
Height |
Single |
Total line height (ascent + descent), in pixels. |