SvgExternalFontsHandling enumeration

SvgExternalFontsHandling enumeration

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

The SvgExternalFontsHandling type exposes the following members:

Fields

FieldDescription
ADD_LINKS_TO_FONT_FILESAdd links to separate font files to style section of SVG file.
EMBEDSave fonts data directly to SVG file. Please check all external fonts license agreements before using this option.
VECTORIZESave all text using external fonts as graphics.

See Also