DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathMethod Enumeration

SvgTextPathMethod Enumeration
Indicates the method by which text should be rendered along the path.
Syntax
'Declaration
 
Public Enum SvgTextPathMethod 
   Inherits System.Enum
 
Members
MemberDescription
Alignindicates that the typographic character should be rendered using simple 2×3 matrix transformations such that there is no stretching/warping of the typographic characters.
Stretchindicates that the typographic character outlines will be converted into paths, and then all end points and control points will be adjusted to be along the perpendicular vectors from the path, thereby stretching and possibly warping the glyphs.
Inheritance Hierarchy

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

See Also