Torque3D Documentation / _generateds / PlatformFont::CharInfo

PlatformFont::CharInfo

Engine/source/platform/platformFont.h

More...

Public Attributes

U8 *

temp storage for bitmap data

height of character (pixels)

width of character (pixels)

x offset into bitmap sheet

y offset into bitmap sheet

Detailed Description

Public Attributes

U8 * bitmapData 

temp storage for bitmap data

S16 bitmapIndex 

note:

-1 indicates character is NOT to be rendered, i.e.,
, \r, etc.

U32 height 

height of character (pixels)

U32 width 

width of character (pixels)

S32 xIncrement 
U32 xOffset 

x offset into bitmap sheet

S32 xOrigin 
U32 yOffset 

y offset into bitmap sheet

S32 yOrigin