Table of Contents

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

float

Ascent

public float Ascent { get; set; }

Property Value

float

AscentHeight

public float AscentHeight { get; set; }

Property Value

float

Descent

public float Descent { get; set; }

Property Value

float

Panose1

public string Panose1 { get; set; }

Property Value

string

UnitsPerEm

public float UnitsPerEm { get; set; }

Property Value

float

XHeight

public float XHeight { get; set; }

Property Value

float

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement