Class SvgFontFace
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("font-face")]
public class SvgFontFace : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgFontFace()
Declaration
public SvgFontFace()
Properties
Alphabetic
Declaration
public float Alphabetic { get; set; }
Property Value
System.Single
|
Ascent
Declaration
public float Ascent { get; set; }
Property Value
System.Single
|
AscentHeight
Declaration
public float AscentHeight { get; set; }
Property Value
System.Single
|
Descent
Declaration
public float Descent { get; set; }
Property Value
System.Single
|
Panose1
Declaration
public string Panose1 { get; set; }
Property Value
System.String
|
UnitsPerEm
Declaration
public float UnitsPerEm { get; set; }
Property Value
System.Single
|
XHeight
Declaration
public float XHeight { get; set; }
Property Value
System.Single
|