Torque2D Reference
|
#include <AndroidFont.h>
Public Member Functions | |
AndroidFont () | |
virtual | ~AndroidFont () |
virtual bool | create (const char *name, U32 size, U32 charset=TGE_ANSI_CHARSET) |
Look up the requested font, cache style, layout, colorspace, and some metrics. More... | |
virtual bool | isValidChar (const UTF16 character) const |
Determine if the character requested is a drawable character, or if it should be ignored. More... | |
virtual bool | isValidChar (const UTF8 *str) const |
virtual U32 | getFontHeight () const |
Get some vertical data on the font at large. Useful for drawing multiline text, and sizing text boxes. More... | |
virtual U32 | getFontBaseLine () const |
virtual PlatformFont::CharInfo & | getCharInfo (const UTF16 character) const |
virtual PlatformFont::CharInfo & | getCharInfo (const UTF8 *str) const |
![]() | |
PlatformFont () | |
virtual | ~PlatformFont () |
Additional Inherited Members | |
![]() | |
static void | enumeratePlatformFonts (Vector< StringTableEntry > &fonts) |
AndroidFont | ( | ) |
|
virtual |
|
virtual |
Look up the requested font, cache style, layout, colorspace, and some metrics.
Implements PlatformFont.
|
virtual |
Implements PlatformFont.
|
virtual |
Implements PlatformFont.
|
inlinevirtual |
Implements PlatformFont.
|
inlinevirtual |
Get some vertical data on the font at large. Useful for drawing multiline text, and sizing text boxes.
Implements PlatformFont.
|
virtual |
Determine if the character requested is a drawable character, or if it should be ignored.
Implements PlatformFont.
|
virtual |
Implements PlatformFont.