Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | GetMaxWidth (...) |
| mixed | GetMaxHeight (...) |
| mixed | GetDefaultHeight (...) |
| mixed | CountLetters (...) |
| mixed | WriteGlyphToImage (...) |
| mixed | GetGlyphInfo (...) |
| for lua xoffset,yoffset,w,h GetGlyphInfo (iCharCode) | |
Static Public Member Functions | |
| static mixed | CreateUniFontLoader (...) |
| static mixed | CreateOgreFont (...) |
| for lua CreateOgreFont(fontname) | |
Definition at line 7139 of file lua_pseudo_code.cpp.
| static mixed cUniFontFileLoader_L::CreateUniFontLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cUniFontFileLoader* CreateUniFontLoader (string file); for lua
Definition at line 7143 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cUniFontFileLoader_L::GetMaxWidth | ( | ... | ) | [inline] |
Definition at line 7148 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::GetMaxHeight | ( | ... | ) | [inline] |
Definition at line 7150 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::GetDefaultHeight | ( | ... | ) | [inline] |
Definition at line 7152 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::CountLetters | ( | ... | ) | [inline] |
Definition at line 7154 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::WriteGlyphToImage | ( | ... | ) | [inline] |
return true on success loads the glyph for iCharCode into a Ogre::Image (lua wrapper : cImage) bSuccess WriteGlyphToImage (pImage,iCharCode,bOutlined=false)
Definition at line 7159 of file lua_pseudo_code.cpp.
| mixed cUniFontFileLoader_L::GetGlyphInfo | ( | ... | ) | [inline] |
for lua xoffset,yoffset,w,h GetGlyphInfo (iCharCode)
Definition at line 7162 of file lua_pseudo_code.cpp.
| static mixed cUniFontFileLoader_L::CreateOgreFont | ( | ... | ) | [inline, static] |
1.5.6