Class SvgGlyph
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("glyph")]
public class SvgGlyph : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement
Properties
|
Improve this Doc
View Source
GlyphName
Declaration
public virtual string GlyphName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
HorizAdvX
Declaration
public float HorizAdvX { get; set; }
Property Value
|
Improve this Doc
View Source
PathData
Declaration
public SvgPathSegmentList PathData { get; set; }
Property Value
|
Improve this Doc
View Source
Unicode
Declaration
public string Unicode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
VertAdvY
Declaration
public float VertAdvY { get; set; }
Property Value
|
Improve this Doc
View Source
VertOriginX
Declaration
public float VertOriginX { get; set; }
Property Value
|
Improve this Doc
View Source
VertOriginY
Declaration
public float VertOriginY { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
OnPathUpdated()
Declaration
public void OnPathUpdated()
|
Improve this Doc
View Source
Path(ISvgRenderer)
Gets the for this element.
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
Implements
Extension Methods