SourceFont Properties

Properties

CanBeExtractedSpecifies whether this font can be extracted to a font file that can be embedded in the SVG.
CanBeInlinedSpecifies 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.
IsStandardFontIndicates 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.
NameThe name of the font.

See Also

SourceFont Class
PdfToSvg Namespace