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
Declared In
ccTypes.h