Capitals Attached Property
Collapse the table of content
Expand the table of content

Typography.Capitals Attached Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a FontCapitals enumerated value that indicates the capital form of the selected font.

Namespace:  System.Windows.Documents
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
See GetCapitals, SetCapitals

Property Value

Type: System.Windows.FontCapitals
A FontCapitals enumerated value. The default value is Normal.

Capitals are a set of typographical forms that render text in capital-styled glyphs. Typically, when text is rendered as all capitals, the spacing between letters can appear too tight, and the weight and proportion of the letters too heavy. OpenType supports a number of styling formats for capitals, including small capitals, petite capitals, titling, and capital spacing. These styling formats allow you to control the appearance of capitals.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft