DioDocs for PDF
SvgFontVariantCaps 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontVariantCaps 列挙体
Allows the selection of alternate glyphs used for small or petite capitals or for titling.
シンタックス
'宣言
 
Public Enum SvgFontVariantCaps 
   Inherits System.Enum
public enum SvgFontVariantCaps : System.Enum 
メンバ
メンバ解説
AllPetiteCapsEnables display of petite capitals for both upper and lowercase letters (OpenType features: c2pc, pcap).
AllSmallCapsEnables display of small capitals for both upper and lowercase letters (OpenType features: c2sc, smcp).
NormalNone of the caps features are enabled.
PetiteCapsEnables display of petite capitals (OpenType feature: pcap).
SmallCapsEnables display of small capitals (OpenType feature: smcp).
TitlingCapsEnables display of titling capitals (OpenType feature: titl).
UnicaseEnables display of mixture of small capitals for uppercase letters with normal lowercase letters (OpenType feature: unic).
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間