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
Constructors
InlinedFont | Creates an instance of InlinedFont. |
Properties
FontFamily | Name of the font. (Overrides Font.FontFamily) |
Methods
GetHashCode | Returns the hash code for this font. (Inherited from Font) | |
ToString | Returns a string representation of this font. (Inherited from Font) |