[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPathSpacing

Enum SvgTextPathSpacing

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Indicates how the user agent should determine the spacing between typographic characters that are to be rendered along a path.

public enum SvgTextPathSpacing

Fields

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.