Class SvgFontFace
- Namespace
- Svg
- Assembly
- Svg.dll
[SvgElement("font-face")]
public class SvgFontFace : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgFontFace
- Implements
- Inherited Members
- Extension Methods
Properties
Alphabetic
public float Alphabetic { get; set; }
Property Value
Ascent
public float Ascent { get; set; }
Property Value
AscentHeight
public float AscentHeight { get; set; }
Property Value
Descent
public float Descent { get; set; }
Property Value
Panose1
public string Panose1 { get; set; }
Property Value
UnitsPerEm
public float UnitsPerEm { get; set; }
Property Value
XHeight
public float XHeight { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()