cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FontDefinition Struct Reference

Font attributes. More...

#include <ccTypes.h>

Public Member Functions

 FontDefinition ()

Public Attributes

std::string _fontName
 font name More...
 
var _fontName
 font name More...
 
local _fontName
 font name More...
 
int _fontSize
 font size More...
 
var _fontSize
 font size More...
 
local _fontSize
 font size More...
 
TextHAlignment _alignment
 horizontal alignment More...
 
var _alignment
 horizontal alignment More...
 
local _alignment
 horizontal alignment More...
 
TextVAlignment _vertAlignment
 vertical alignment More...
 
var _vertAlignment
 vertical alignment More...
 
local _vertAlignment
 vertical alignment More...
 
Size _dimensions
 renering box More...
 
var _dimensions
 renering box More...
 
local _dimensions
 renering box More...
 
Color3B _fontFillColor
 font color More...
 
var _fontFillColor
 font color More...
 
local _fontFillColor
 font color More...
 
GLubyte _fontAlpha
 font alpha More...
 
var _fontAlpha
 font alpha More...
 
local _fontAlpha
 font alpha More...
 
FontShadow _shadow
 font shadow More...
 
var _shadow
 font shadow More...
 
local _shadow
 font shadow More...
 
FontStroke _stroke
 font stroke More...
 
var _stroke
 font stroke More...
 
local _stroke
 font stroke More...
 

Detailed Description

Font attributes.

Constructor & Destructor Documentation

FontDefinition ( )
inline

Member Data Documentation

TextHAlignment _alignment

horizontal alignment

var _alignment

horizontal alignment

local _alignment

horizontal alignment

Size _dimensions

renering box

var _dimensions

renering box

local _dimensions

renering box

GLubyte _fontAlpha

font alpha

var _fontAlpha

font alpha

local _fontAlpha

font alpha

Color3B _fontFillColor

font color

var _fontFillColor

font color

local _fontFillColor

font color

std::string _fontName

font name

var _fontName

font name

local _fontName

font name

int _fontSize

font size

var _fontSize

font size

local _fontSize

font size

FontShadow _shadow

font shadow

var _shadow

font shadow

local _shadow

font shadow

FontStroke _stroke

font stroke

var _stroke

font stroke

local _stroke

font stroke

TextVAlignment _vertAlignment

vertical alignment

var _vertAlignment

vertical alignment

local _vertAlignment

vertical alignment


The documentation for this struct was generated from the following file: