Class TSVGGlyphRef

Unit

Declaration

type TSVGGlyphRef = class(TSVGTextElement)

Description

SVG single glyph for an alternate definition (deprecated)

Hierarchy

Overview

Methods

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

Properties

Public property dx: TSVGNumber read GetDx write SetDx;
Public property dy: TSVGNumber read GetDy write SetDy;
Public property format: string read GetFormat write SetFormat;
Public property glyphRef: string read GetGlyphRef write SetGlyphRef;
Public property x: TSVGNumber read GetX write SetX;
Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;
Public property y: TSVGNumber read GetY write SetY;

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 dx: TSVGNumber read GetDx write SetDx;

This item has no description.

Public property dy: TSVGNumber read GetDy write SetDy;

This item has no description.

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 x: TSVGNumber read GetX write SetX;

This item has no description.

Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;

This item has no description.

Public property y: TSVGNumber read GetY write SetY;

This item has no description.