FontResolver Properties

Properties

DefaultGets the default font resolver used when no resolver is explicitly specified. Currently EmbedWoff is the default font resolver, but this can change in the future.
EmbedOpenTypeFont resolver converting fonts in the PDF to OpenType (.otf) format and embedding them in the output SVG. If the font cannot be converted, the resolver in first hand tries to inline the glyphs. If this is not possible, the resolver falls back to the LocalFonts resolver.
EmbedWoffFont resolver converting fonts in the PDF to WOFF format and embedding them in the output SVG. If the font cannot be converted, the resolver in first hand tries to inline the glyphs. If this is not possible, the resolver falls back to the LocalFonts resolver.
LocalFontsFont resolver substituting fonts in the PDF with commonly available fonts. No fonts are embedded or inlined in the resulting SVG. The resolved fonts need to be available on the viewing machine.

See Also

FontResolver Class
PdfToSvg Namespace