Class TSVGGlyphRef
Unit
Declaration
type TSVGGlyphRef = class(TSVGTextElement)
Description
SVG single glyph for an alternate definition (deprecated)
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithGradient
- TSVGTextElement
- TSVGGlyphRef
Overview
Methods
![]() |
class function GetDOMTag: string; override; |
![]() |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
![]() |
property dx: TSVGNumber read GetDx write SetDx; |
![]() |
property dy: TSVGNumber read GetDy write SetDy; |
![]() |
property format: string read GetFormat write SetFormat; |
![]() |
property glyphRef: string read GetGlyphRef write SetGlyphRef; |
![]() |
property x: TSVGNumber read GetX write SetX; |
![]() |
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
![]() |
property y: TSVGNumber read GetY write SetY; |
Description
Methods
![]() |
class function GetDOMTag: string; override; |
This item has no description. |
![]() |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
This item has no description. |
Properties
![]() |
property dx: TSVGNumber read GetDx write SetDx; |
This item has no description. |
![]() |
property dy: TSVGNumber read GetDy write SetDy; |
This item has no description. |
![]() |
property format: string read GetFormat write SetFormat; |
This item has no description. |
![]() |
property glyphRef: string read GetGlyphRef write SetGlyphRef; |
This item has no description. |
![]() |
property x: TSVGNumber read GetX write SetX; |
This item has no description. |
![]() |
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
This item has no description. |
![]() |
property y: TSVGNumber read GetY write SetY; |
This item has no description. |