関数 |
| float | GetDrawStringWidthToHandleF (const char *str, int len, int handle) |
| float | GetDrawStringWidthF (const char *str, int len) |
| int | GetDrawStringWidthToHandle (const char *str, int len, int handle) |
| | フォントハンドルを指定して文字列を描画した時の横幅を取得する(本家互換)
|
| int | GetDrawStringWidth (const char *str, int len) |
| | 文字列を描画した時の横幅を取得する(本家互換)
|
| float | GetDrawFormatStringWidthToHandleF (int handle, const char *format,...) |
| int | GetDrawFormatStringWidthToHandle (int handle, const char *format,...) |
| | フォントハンドルを指定して書式付き文字列を描画した時の横幅を取得する(本家互換)
|
| float | GetDrawFormatStringWidthF (const char *format,...) |
| int | GetDrawFormatStringWidth (const char *format,...) |
| | 書式付き文字列を描画した時の横幅を取得する(本家互換)
|