DioDocs for PDF
SvgFontVariantLigatures 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontVariantLigatures 列挙体
Enables or disables ligatures and contextual forms.
シンタックス
'宣言
 
Public Enum SvgFontVariantLigatures 
   Inherits System.Enum
public enum SvgFontVariantLigatures : System.Enum 
メンバ
メンバ解説
CommonLigaturesEnables display of common ligatures (OpenType features: liga, clig).
ContextualEnables display of contextual alternates (OpenType feature: calt).
DiscretionaryLigaturesEnables display of discretionary ligatures (OpenType feature: dlig).
HistoricalLigaturesEnables display of historical ligatures (OpenType feature: hlig).
NoCommonLigaturesDisables display of common ligatures (OpenType features: liga, clig).
NoContextualDisables display of contextual alternates (OpenType feature: calt).
NoDiscretionaryLigaturesDisables display of discretionary ligatures (OpenType feature: dlig).
NoHistoricalLigaturesDisables display of historical ligatures (OpenType feature: hlig).
NoneAll types of ligatures and contextual forms covered by this property are explicitly disabled.
NormalCommon ligatures and contextual forms are on by default, discretionary and historical ligatures are not.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間