CCVerticalTextAlignment Constants Reference

Declared in ccTypes.h

CCVerticalTextAlignment

Vertical text alignment type. Used by CCLabelTTF and CCButton.

Definition

typedef NS_ENUM(NSUInteger, CCVerticalTextAlignment ) {
   CCVerticalTextAlignmentTop,
   CCVerticalTextAlignmentCenter,
   CCVerticalTextAlignmentBottom,
};

Constants

CCVerticalTextAlignmentTop

Top aligned

Declared In ccTypes.h.

CCVerticalTextAlignmentCenter

Center aligned

Declared In ccTypes.h.

CCVerticalTextAlignmentBottom

Bottom aligned

Declared In ccTypes.h.

Declared In

ccTypes.h