TextRendering Enum

TextRendering enumeration

Specifies the text rendering strategy in SVG.

public enum TextRendering

Values

NameValueDescription
Auto0Allows the browser to choose an optimized text rendering mode.
OptimizeSpeed1Emphasizes rendering speed over text legibility and geometric precision.
OptimizeLegibility2Emphasizes legibility over rendering speed and geometric precision.
GeometricPrecision3Emphasizes geometric precision over rendering speed and legibility.

See Also