SvgExternalFontsHandling
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SvgExternalFontsHandling extends System.Enum
Represents a way to handle external fonts used for text drawing.
Fields
Field | Description |
---|---|
AddLinksToFontFiles | Add links to separate font files to style section of SVG file. |
Embed | Save fonts data directly to SVG file. |
Vectorize | Save all text using external fonts as graphics. |
AddLinksToFontFiles
public static final int AddLinksToFontFiles
Add links to separate font files to style section of SVG file.
Embed
public static final int Embed
Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.
Vectorize
public static final int Vectorize
Save all text using external fonts as graphics.