Enum SvgTextOutputMode
Enum SvgTextOutputMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Allows to specify how text inside a document should be rendered when saving in SVG format.
public enum SvgTextOutputMode
Fields
UsePlacedGlyphs = 2
Text is rendered using curves. Note, text selection will not work if you use this option.
UseSvgFonts = 0
SVG fonts are used to render text. Note, not all browsers support SVG fonts.
UseTargetMachineFonts = 1
Fonts installed on the target machine are used to render text. Note, if some of fonts used in the document are not available on the target machine, document can look differently.