TSVGCustomText.NextTextPosition(TSVGPoint,TSVGPoint,Char,Boolean,Single) Method |
Scroll Prev Top Next More |
Returns the position of the next character in the text based on last character's position, the char, Kerning, and spacing rules (either LetterSpacing or WordSpacing )
Namespace: FMX.RS.SVG.Text
Delphi |
public |
Parameters
OldPosition
Type: System.Void
Position of last character
aKerning
Type: System.Void
Kerning amount in X and Y
aChar
Type: Char
Last character drawn
AutomaticSpacing
Type: Boolean
Should spacing be automatically calculated or use aSpacing parameter
aSpacing
Type: Single
Amount of letter/word spacing to use. This parameter is ignored if Automatic is True.
Type: TSVGPoint
Reference |