TTMSFNCPDFRichTextLibFontValue Record
Holds the font family, name, and size values extracted from a rich-text font attribute.
API unit family: TMSFNCPDFRichTextLib
Syntax
TTMSFNCPDFRichTextLibFontValue = record
Fields and properties
| Name | Type | Description |
|---|---|---|
FontFamily |
String |
Font family name, for example Helvetica or Arial. |
FontName |
String |
Full font name including style suffix, for example Helvetica-Bold. |
FontSize |
Single |
Font size in points. |