PlatformFont::CharInfo
Engine/source/platform/platformFont.h
Public Attributes
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