SourceFont Class

Contains information about a font used in the PDF document.

public abstract class SourceFont
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.8.0)
Inheritance
System.Object PdfToSvg.SourceFont

Constructors

SourceFontInitializes a new instance of the SourceFont class

Properties

NameThe name of the font.

Methods

ToOpenTypeTries to convert this source font to an OpenType (.otf) font.
ToWoffTries to convert this source font to a WOFF font.

See Also

PdfToSvg Namespace