InlinedFont Class

Inlines the glyphs from the font as paths and other elements within the SVG. This differs from web fonts, which are embedded as font files in the SVG. The inlined glyphs cannot be selected as text in the SVG. Currently only Type 3 fonts can be inlined, but more font types might be supported in the future.

This font type is mainly intended for Type 3 fonts that cannot be represented as OpenType fonts, e.g. bitmap fonts.


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

Constructors

InlinedFontCreates an instance of InlinedFont.

Properties

FontFamilyName of the font.
(Overrides Font.FontFamily)

Methods

GetHashCodeReturns the hash code for this font.
(Inherited from Font)
ToStringReturns a string representation of this font.
(Inherited from Font)

See Also

PdfToSvg Namespace