icubic library reference
IFont::GetCharWidth
説明
文字幅の獲得


関数
フォーマット
void
GetCharWidth
(  
const wchar_t* str
int32 len
float* w
);  

引数
str 獲得したい文字のリストのポインタ
len 獲得したい文字の数
float* 文字の幅を格納するバッファへのポインタ

戻り値
なし