[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPathMethod

Enum SvgTextPathMethod

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

Indicates the method by which text should be rendered along the path.

public enum SvgTextPathMethod

Fields

Align = 0

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 = 1

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.