ITMSFNCCustomPDFRichTextLib.SetFontSize Method
Sets the font size in points for the specified text range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure SetFontSize(ASize: Single; AStart: Integer = -1; ALength: Integer = -1);
Parameters
| Name | Description |
|---|---|
ASize |
Font size in points. |
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |