public final class SvgExternalFontsHandling
extends com.aspose.ms.System.Enum
Represents a way to handle external fonts used for text drawing.
Modifier and Type | Field and Description |
---|---|
static int |
AddLinksToFontFiles
Add links to separate font files to style section of SVG file.
|
static int |
Embed
Save fonts data directly to SVG file.
|
static int |
Vectorize
Save all text using external fonts as graphics.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int AddLinksToFontFiles
Add links to separate font files to style section of SVG file.
public static final int Embed
Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.
public static final int Vectorize
Save all text using external fonts as graphics.