[]
Indicates how the user agent should determine the spacing between typographic characters that are to be rendered along a path.
public enum SvgTextPathSpacing
Auto = 1
Indicates that the user agent should adjust the spacing between typographic characters in order to achieve visually appealing results.
Exact = 0
Indicates that the typographic characters should be rendered exactly according to the spacing rules.