|
bool | isDistanceFieldEnabled () const |
local | isDistanceFieldEnabled () |
float | getOutlineSize () const |
local | getOutlineSize () |
void | renderCharAt (unsigned char *dest, int posX, int posY, unsigned char *bitmap, long bitmapWidth, long bitmapHeight) |
var | renderCharAt ( var dest, var posX, var posY, var bitmap, var bitmapWidth, var bitmapHeight) |
local | renderCharAt ( local dest, local posX, local posY, local bitmap, local bitmapWidth, local bitmapHeight) |
virtual FontAtlas * | createFontAtlas () override |
local | createFontAtlas () |
virtual int * | getHorizontalKerningForTextUTF16 (const std::u16string &text, int &outNumLetters) const override |
var | getHorizontalKerningForTextUTF16 ( var text, var outNumLetters) |
local | getHorizontalKerningForTextUTF16 ( local text, local outNumLetters) |
unsigned char * | getGlyphBitmap (unsigned short theChar, long &outWidth, long &outHeight, Rect &outRect, int &xAdvance) |
var | getGlyphBitmap ( var theChar, var outWidth, var outHeight, var outRect, var xAdvance) |
local | getGlyphBitmap ( local theChar, local outWidth, local outHeight, local outRect, local xAdvance) |
virtual int | getFontMaxHeight () const override |
var | getFontMaxHeight () |
local | getFontMaxHeight () |
virtual int | getFontAscender () const |
local | getFontAscender () |
virtual const char * | getCurrentGlyphCollection () const |
local | getCurrentGlyphCollection () |
void | retain () |
| Retains the ownership. More...
|
|
void | release () |
| Releases the ownership immediately. More...
|
|
Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More...
|
|
unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More...
|
|
virtual | ~Ref () |