SourceFont Class Contains information about a font used in the PDF document.
public abstract class SourceFont ConstructorsSourceFont Initializes a new instance of the SourceFont class
PropertiesCanBeExtracted Specifies whether this font can be extracted to a font file that can be embedded in the SVG. CanBeInlined Specifies whether this font can be inlined. When a font is inlined, its glyphs will be embedded as paths and other elements in the SVG markup. IsStandardFont Indicates whether this font is one of the 14 standard PDF fonts. If so, the font returned by ToOpenType() and ToWoff() is not extracted from the PDF, but rather provided by PdfToSvg.NET. Name The name of the font.
MethodsToOpenType Tries to convert this source font to an OpenType (.otf) font. ToWoff Tries to convert this source font to a WOFF font.
See Also