TdxSVGCustomRenderer.TextOut(Single,Single,string,TdxGPFont) Method
Declaration
procedure TextOut(const X: Single; const Y: Single; const AText: string; AFont: TdxGPFont); virtual; abstract;
Parameters
| Name | Type |
|---|---|
| X | Single |
| Y | Single |
| AText | string |
| AFont | TdxGPFont |
See Also