DioDocs for PDF
SvgTextPathMethod 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTextPathMethod 列挙体
Indicates the method by which text should be rendered along the path.
シンタックス
'宣言
 
Public Enum SvgTextPathMethod 
   Inherits System.Enum
public enum SvgTextPathMethod : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間