FontCapitals
FontCapitals
FontCapitals
FontCapitals
Enum
Definition
Describes the capital letter style value for the Typography.Capitals attached property.
public : enum class FontCapitalspublic enum FontCapitalsPublic Enum FontCapitals// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AllPetiteCaps AllPetiteCaps AllPetiteCaps AllPetiteCaps | Both capital and 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 AllSmallCaps AllSmallCaps AllSmallCaps | Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. |
| Normal Normal Normal Normal | Capital letters render normally. |
| PetiteCaps PetiteCaps PetiteCaps 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 SmallCaps SmallCaps SmallCaps | Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. |
| Titling Titling Titling Titling | Glyph forms are substituted with a typographic form specifically designed for titles. |
| Unicase Unicase Unicase Unicase | Capital letters display in unicase. Unicase fonts render both uppercase and lowercase letters in a mixture of uppercase and lowercase glyphs determined by the type designer. |
Remarks
This enumeration is used by the Typography.Capitals attached property.