SvgExternalFontsHandling

SvgExternalFontsHandling class

Represents a way to handle external fonts used for text drawing.

Constants

NameValueDescription
AddLinksToFontFiles0Add links to separate font files to style section of SVG file.
Embed1Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.
Vectorize2Save all text using external fonts as graphics.

AddLinksToFontFiles

Add links to separate font files to style section of SVG file.


Embed

Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.


Vectorize

Save all text using external fonts as graphics.