Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathSpacing Enumeration

In This Topic
    SvgTextPathSpacing Enumeration
    In This Topic
    Indicates how the user agent should determine the spacing between typographic characters that are to be rendered along a path.
    Syntax
    'Declaration
     
    Public Enum SvgTextPathSpacing 
       Inherits System.Enum
    public enum SvgTextPathSpacing : System.Enum 
    Members
    MemberDescription
    AutoIndicates that the user agent should adjust the spacing between typographic characters in order to achieve visually appealing results.
    ExactIndicates that the typographic characters should be rendered exactly according to the spacing rules.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgTextPathSpacing

    See Also