Class TSVGTextPath
Unit
Declaration
type TSVGTextPath = class(TSVGTextElementWithContent)
Description
SVG text on path
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithGradient
- TSVGTextElement
- TSVGTextElementWithContent
- TSVGTextPath
Overview
Methods
class function GetDOMTag: string; override; |
|
procedure ConvertToUnit(AUnit: TCSSUnit); override; |
|
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
property method: TSVGTextPathMethod read GetMethod write SetMethod; |
|
property spacing: TSVGTextPathSpacing read GetSpacing write SetSpacing; |
|
property startOffset: TFloatWithCSSUnit read GetStartOffset write SetStartOffset; |
|
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
Description
Methods
class function GetDOMTag: string; override; |
|
This item has no description. |
procedure ConvertToUnit(AUnit: TCSSUnit); override; |
|
This item has no description. |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
|
This item has no description. |
Properties
property method: TSVGTextPathMethod read GetMethod write SetMethod; |
|
This item has no description. |
property spacing: TSVGTextPathSpacing read GetSpacing write SetSpacing; |
|
This item has no description. |
property startOffset: TFloatWithCSSUnit read GetStartOffset write SetStartOffset; |
|
This item has no description. |
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
|
This item has no description. |