FontCapitals Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes the capital letter style for a Typography object.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration FontCapitals
public enum FontCapitals
Members
Member name | Description | |
---|---|---|
Normal | Capital letters render normally. | |
AllSmallCaps | Both capital and lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. | |
SmallCaps | Lowercase letters are replaced with a glyph form of an uppercase letter with the same approximate height. | |
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. | |
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. | |
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. | |
Titling | Glyph forms are substituted with a typographic form specifically designed for titles. |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.