Font Class

Represents a substitute font to be used in the generated SVG markup.

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

Properties

FontFamilyGets the font family name to be used in the SVG markup. Multiple font families can be separated by comma.

Methods

GetHashCodeReturns the hash code for this font.
(Overrides Object.GetHashCode())
ToStringReturns a string representation of this font.
(Overrides Object.ToString())

See Also

PdfToSvg Namespace