CapStyle Enumerated Type

Contains values that specify the value of the cap style text attribute.

Syntax

typedef enum {
    CapStyle_None,
    CapStyle_SmallCap,
    CapStyle_AllCap,
    CapStyle_AllPetiteCaps,
    CapStyle_PetiteCaps,
    CapStyle_Unicase,
    CapStyle_Titling,
    Other
} CapStyle;

Constants

  • CapStyle_None
    None.

  • CapStyle_SmallCap
    Small capitals.

  • CapStyle_AllCap
    All capitals.

  • CapStyle_AllPetiteCaps
    All petite capitals.

  • CapStyle_PetiteCaps
    Petite capitals.

  • CapStyle_Unicase
    Single case.

  • CapStyle_Titling
    Title case.

  • Other
    Other.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows XP

See Also

Text Attribute Identifiers