'Declaration Public Enum SvgTextPathMethod Inherits System.Enum
public enum SvgTextPathMethod : System.Enum
'Declaration Public Enum SvgTextPathMethod Inherits System.Enum
public enum SvgTextPathMethod : System.Enum
Member | Description |
---|---|
Align | indicates that the typographic character should be rendered using simple 2×3 matrix transformations such that there is no stretching/warping of the typographic characters. |
Stretch | indicates 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgTextPathMethod