Class TSVGAltGlyph
Unit
Declaration
type TSVGAltGlyph = class(TSVGTextElementWithContent)
Description
SVG alternate glyph (deprecated)
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithGradient
- TSVGTextElement
- TSVGTextElementWithContent
- TSVGAltGlyph
Overview
Methods
class function GetDOMTag: string; override; |
|
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
property format: string read GetFormat write SetFormat; |
|
property glyphRef: string read GetGlyphRef write SetGlyphRef; |
|
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
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 format: string read GetFormat write SetFormat; |
|
This item has no description. |
property glyphRef: string read GetGlyphRef write SetGlyphRef; |
|
This item has no description. |
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
|
This item has no description. |