Enum FontCapitals
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum FontCapitals
Fields
| Name | Description |
|---|---|
| AllPetiteCaps | Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals. |
| AllSmallCaps | Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. |
| Normal | Capital letters render normally. |
| PetiteCaps | Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals. |
| SmallCaps | Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. |
| Titling | Glyph forms are substituted with a typographic form specifically designed for titles. |
| Unicase | Capital letters display in unicase. Unicase fonts render both upper and lowercase letters in a mixture of upper and lowercase glyphs determined by the type designer. |