SvgExternalFontsHandling Enumeration |
Represents a way to handle external fonts used for text drawing.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic enum SvgExternalFontsHandling
Public Enumeration SvgExternalFontsHandling
public enum class SvgExternalFontsHandling
type SvgExternalFontsHandling
Members
| Member name | Value | Description |
---|
| AddLinksToFontFiles | 0 |
Add links to separate font files to style section of SVG file.
|
| Embed | 1 |
Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.
|
| Vectorize | 2 |
Save all text using external fonts as graphics.
|
See Also