LocalFont Class

Represents a font that is assumed to be installed on the machine viewing the SVG.

public class LocalFont : Font
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.1.0)
Inheritance
System.Object PdfToSvg.Font PdfToSvg.LocalFont

Constructors

LocalFontCreates a new instance of LocalFont.

Properties

FontFamilyGets the font family name to be used in the SVG markup. Multiple font families can be separated by comma.
(Overrides Font.FontFamily)
FontStyleGets the CSS font style to use.
FontWeightGets the CSS font weight to use.

Methods

EqualsDetermines whether the specified font is equal to the current one.
(Overrides Object.Equals(Object))
GetHashCodeGets a hash code for this font.
(Overrides Font.GetHashCode())
ToStringGets a string representation of this font.
(Overrides Font.ToString())

See Also

PdfToSvg Namespace