TSVGCustomText.FillText(TSVGMatrix,TSVGCanvas,TSVGRect,String,Single,Single,TSVGTextAlign) Method |
Scroll Prev Top Next More |
Draws the text to the canvas by filling the text (traditional way) versus generating text shapes and drawing those. This method is provided for backwards compatibility with RSCL v1.0 and for the FMX GPU Canvas (which cannot convert text to paths)
Namespace: FMX.RS.SVG.Text
Delphi |
public |
Parameters
aMatrix
Type: System.Void
Canvas
Type: System.Void
aRect
Type: System.Void
Text
Type: String
X
Type: Single
Y
Type: Single
TextAlign
Type: TSVGTextAlign
Reference |