Class TSVGAltGlyph

Unit

Declaration

type TSVGAltGlyph = class(TSVGTextElementWithContent)

Description

SVG alternate glyph (deprecated)

Hierarchy

Overview

Methods

Public class function GetDOMTag: string; override;
Protected procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override;

Properties

Public property format: string read GetFormat write SetFormat;
Public property glyphRef: string read GetGlyphRef write SetGlyphRef;
Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;

Description

Methods

Public class function GetDOMTag: string; override;

This item has no description.

Protected procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override;

This item has no description.

Properties

Public property format: string read GetFormat write SetFormat;

This item has no description.

Public property glyphRef: string read GetGlyphRef write SetGlyphRef;

This item has no description.

Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;

This item has no description.