Torque2D Reference
|
This is the complete list of members for GFont, including all inherited members.
addBitmap(PlatformFont::CharInfo &charInfo) | GFont | protected |
addSheet(void) | GFont | protected |
assignSheet(S32 sheetNum, GBitmap *bmp) | GFont | protected |
Constants enum name | GFont | |
constructNewFont(Stream &stream) | GFont | friend |
create(const char *faceName, U32 size, const char *cacheDirectory, U32 charset=TGE_ANSI_CHARSET) | GFont | static |
dumpInfo() | GFont | |
exportStrip(const char *fileName, U32 padding, U32 kerning) | GFont | |
forcePlatformFont(PlatformFont *pf) | GFont | inline |
getAscent() const | GFont | inline |
getBaseline() const | GFont | inline |
getBreakPos(const UTF16 *string, U32 strlen, U32 width, bool breakOnWhitespace) | GFont | |
getCharHeight(const UTF16 in_charIndex) | GFont | inline |
getCharInfo(const UTF16 in_charIndex) | GFont | |
getCharWidth(const UTF16 in_charIndex) | GFont | inline |
getCharXIncrement(const UTF16 in_charIndex) | GFont | inline |
getDefaultCharInfo() | GFont | static |
getDescent() const | GFont | inline |
getFontCacheFilename(const char *faceName, U32 faceSize, U32 buffLen, char *outBuff) | GFont | static |
getFontFaceName() const | GFont | inline |
getHeight() const | GFont | inline |
getStrNWidth(const UTF16 *, U32 n) | GFont | |
getStrNWidth(const UTF8 *, U32 n) | GFont | |
getStrNWidthPrecise(const UTF16 *, U32 n) | GFont | |
getStrNWidthPrecise(const UTF8 *, U32 n) | GFont | |
getStrWidth(const UTF8 *) | GFont | |
getStrWidthPrecise(const UTF8 *) | GFont | |
getTextureHandle(S32 index) | GFont | inline |
GFont() | GFont | |
hasPlatformFont() const | GFont | inline |
importStrip(const char *fileName, U32 padding, U32 kerning) | GFont | |
isAlphaOnly() | GFont | inline |
isValidChar(const UTF16 in_charIndex) const | GFont | inline |
loadCharInfo(const UTF16 ch) | GFont | protected |
mMutex | GFont | protected |
mSourceResource | ResourceInstance | |
read(Stream &io_rStream) | GFont | |
ResourceInstance() | ResourceInstance | inline |
TabWidthInSpaces enum value | GFont | |
TextureSheetSize enum value | GFont | |
wrapString(const UTF8 *string, U32 width, Vector< U32 > &startLineOffset, Vector< U32 > &lineLen) | GFont | |
write(Stream &io_rStream) | GFont | |
~GFont() | GFont | virtual |
~ResourceInstance() | ResourceInstance | inlinevirtual |