MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGStringWriter クラス

Defines String writer class using mgVBO(OpenGL infrastructure). [詳解]

静的公開メンバ関数

static mgVBOElementDraw (const char *str, const MGPosition &pos, const MGColor *color=NULL)
 const chat* and pos as world coordinate version. [詳解]
 
static mgVBOElementDraw (const wchar_t *str, const MGPosition &pos, const MGColor *color=NULL)
 const wchar_t* and pos as world coordinate version. [詳解]
 
static mgVBOElementDrawByScreen (const char *str, const MGPosition &pos, const MGColor *color=NULL)
 const char* and pos as screen coordinate version. [詳解]
 
static mgVBOElementDrawByScreen (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 mgVBOElement* MGStringWriter::Draw ( const char *  str,
const MGPosition pos,
const MGColor color = NULL 
)
static

const chat* and pos as world coordinate version.

static mgVBOElement* MGStringWriter::Draw ( const wchar_t *  str,
const MGPosition pos,
const MGColor color = NULL 
)
static

const wchar_t* and pos as world coordinate version.

static mgVBOElement* MGStringWriter::DrawByScreen ( const char *  str,
const MGPosition pos,
const MGColor color = NULL 
)
static

const char* and pos as screen coordinate version.

static mgVBOElement* MGStringWriter::DrawByScreen ( const wchar_t *  str,
const MGPosition pos,
const MGColor color = NULL 
)
static

const wchar_t* and pos as screen coordinate version.

static void MGStringWriter::Init ( )
static

このクラス詳解は次のファイルから抽出されました: