Class SvgFontFace
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("font-face")]
public class SvgFontFace : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Alphabetic
Declaration
public float Alphabetic { get; set; }
Property Value
|
Improve this Doc
View Source
Ascent
Declaration
public float Ascent { get; set; }
Property Value
|
Improve this Doc
View Source
AscentHeight
Declaration
public float AscentHeight { get; set; }
Property Value
|
Improve this Doc
View Source
Descent
Declaration
public float Descent { get; set; }
Property Value
|
Improve this Doc
View Source
Panose1
Declaration
public string Panose1 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
UnitsPerEm
Declaration
public float UnitsPerEm { get; set; }
Property Value
|
Improve this Doc
View Source
XHeight
Declaration
public float XHeight { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
Implements
Extension Methods