[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPathMethod

SvgTextPathMethod Enum

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTextPathMethod
Public Enum SvgTextPathMethod

Fields

Name 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.