icubic library reference
IGraphics_gp::DrawText
説明
テキストの描画


関数
フォーマット
void
DrawText
(  
const wchar_t* str
int length
const fvector2& pos
const rgba& color
const frect* clip
);  

引数
str 描画する文字列
length 描画する文字数
pos 描画する位置
color 描画する文字列の色
clip 矩形クリップへのポインタ。0の場合はクリップされない

戻り値
なし