[]
Allows the selection of alternate glyphs used for small or petite capitals or for titling.
public enum SvgFontVariantCaps
Public Enum SvgFontVariantCaps
Name | 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). |