DioDocs for PDF
SvgFontStretch 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontStretch 列挙体
Defines the width of the font, selects a normal, condensed, or expanded face from a font family.
シンタックス
'宣言
 
Public Enum SvgFontStretch 
   Inherits System.Enum
public enum SvgFontStretch : System.Enum 
メンバ
メンバ解説
CondensedCorresponds to 'condensed' font stretch.
ExpandedCorresponds to 'expanded' font stretch.
ExtraCondensedCorresponds to 'extra-condensed' font stretch.
ExtraExpandedCorresponds to 'extra-expanded' font stretch.
NormalThe normal font stretch.
SemiCondensedCorresponds to 'semi-condensed' font stretch.
SemiExpandedCorresponds to 'semi-expanded' font stretch.
UltraCondensedThe narrowest font stretch.
UltraExpandedThe widest font stretch.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間