Table of Contents

Class SvgTextPath

Namespace
Svg
Assembly
Svg.dll

The SvgText element defines a graphics element consisting of text.

[SvgElement("textPath")]
public class SvgTextPath : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Inheritance
SvgTextPath
Implements
Inherited Members
Extension Methods

Properties

Dx

Gets or sets the dX.

public override SvgUnitCollection Dx { get; set; }

Property Value

SvgUnitCollection

The dX.

Method

public virtual SvgTextPathMethod Method { get; set; }

Property Value

SvgTextPathMethod

ReferencedPath

[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedPath { get; set; }

Property Value

Uri

Spacing

public virtual SvgTextPathSpacing Spacing { get; set; }

Property Value

SvgTextPathSpacing

StartOffset

public virtual SvgUnit StartOffset { get; set; }

Property Value

SvgUnit

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

GetAuthorPathLength()

protected override float GetAuthorPathLength()

Returns

float

GetBaselinePath(ISvgRenderer)

protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer)

Parameters

renderer ISvgRenderer

Returns

GraphicsPath