Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.72 KB

fontcapitals.md

File metadata and controls

61 lines (34 loc) · 1.72 KB
-api-id -api-type
T:Microsoft.UI.Xaml.FontCapitals
winrt enum

FontCapitals

-description

Describes the capital letter style value for the Typography.Capitals attached property.

-xaml-syntax

<object property="enumMemberName"/>
 

-enum-fields

-field Normal:0

Capital letters render normally.

-field AllSmallCaps:1

Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.

-field SmallCaps:2

Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.

-field AllPetiteCaps:3

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.

-field PetiteCaps:4

Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals.

-field Unicase:5

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.

-field Titling:6

Glyph forms are substituted with a typographic form specifically designed for titles.

-remarks

This enumeration is used by the Typography.Capitals attached property.

-examples

-see-also

Typography