Class SvgFont
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("font")]
public class SvgFont : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
HorizAdvX
Declaration
public float HorizAdvX { get; set; }
Property Value
|
Improve this Doc
View Source
HorizOriginX
Declaration
public float HorizOriginX { get; set; }
Property Value
|
Improve this Doc
View Source
HorizOriginY
Declaration
public float HorizOriginY { get; set; }
Property Value
|
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
Render(ISvgRenderer)
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
Overrides
Implements
Extension Methods