icubic library reference
IFont::DrawString
説明
文字列の描画


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

引数
surface 描画するサーフェル
str 描画する文字列
length 描画する文字数
pos 描画する位置。ベースラインの位置を指定する
color 描画する色
cp 矩形クリップ。0の場合はクリップされない

戻り値
なし