Expand Minimize
This topic has not yet been rated - Rate this topic

FontCapitals Enumeration

Describes the capital letter style for a Typography object.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
public enum FontCapitals
Member nameDescription
NormalCapital letters render normally.
AllSmallCapsBoth capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.
SmallCapsLowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height.
AllPetiteCapsLowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals.
PetiteCapsLowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. Petite capitals are smaller than small capitals.
UnicaseCapital 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.
TitlingGlyph forms are substituted with a typographic form specifically designed for titles.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.