'Declaration Public Enum SvgFontVariantCaps Inherits System.Enum
public enum SvgFontVariantCaps : System.Enum
'Declaration Public Enum SvgFontVariantCaps Inherits System.Enum
public enum SvgFontVariantCaps : System.Enum
Member | Description |
---|---|
AllPetiteCaps | Enables display of petite capitals for both upper and lowercase letters (OpenType features: c2pc, pcap). |
AllSmallCaps | Enables display of small capitals for both upper and lowercase letters (OpenType features: c2sc, smcp). |
Normal | None of the caps features are enabled. |
PetiteCaps | Enables display of petite capitals (OpenType feature: pcap). |
SmallCaps | Enables display of small capitals (OpenType feature: smcp). |
TitlingCaps | Enables display of titling capitals (OpenType feature: titl). |
Unicase | Enables 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