ITMSFNCCustomPDFRichTextLib.SetBaselineOffset Method
Sets the baseline offset for the specified text range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure SetBaselineOffset(AValue: Single; AStart: Integer = -1; ALength: Integer = -1);
Parameters
| Name | Description |
|---|---|
AValue |
Vertical offset from the normal baseline in PDF coordinate units; positive values shift text up. |
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |