MGCL V10
V10
MGCL V10
|
Defines String writer class using mgVBO(OpenGL infrastructure). [詳解]
静的公開メンバ関数 | |
static mgVBOElement * | Draw (const char *str, const MGPosition &pos, const MGColor *color=NULL) |
const chat* and pos as world coordinate version. [詳解] | |
static mgVBOElement * | Draw (const wchar_t *str, const MGPosition &pos, const MGColor *color=NULL) |
const wchar_t* and pos as world coordinate version. [詳解] | |
static mgVBOElement * | DrawByScreen (const char *str, const MGPosition &pos, const MGColor *color=NULL) |
const char* and pos as screen coordinate version. [詳解] | |
static mgVBOElement * | DrawByScreen (const wchar_t *str, const MGPosition &pos, const MGColor *color=NULL) |
const wchar_t* and pos as screen coordinate version. [詳解] | |
static void | Init () |
Defines String writer class using mgVBO(OpenGL infrastructure).
MGStringWriter makes an mgVBO(display list) to write the input string at the input position pos. Before use of MGStringWriter, Init() must be invoked once.
|
static |
const chat* and pos as world coordinate version.
|
static |
const wchar_t* and pos as world coordinate version.
|
static |
const char* and pos as screen coordinate version.
|
static |
const wchar_t* and pos as screen coordinate version.
|
static |