フォントハンドルを使用して文字列を変形描画する( 座標指定が float 版 )
DrawModiNStringFToHandle x1, y1, x2, y2, x3, y3, x4, y4, Color, FontHandle, EdgeColor, VerticalFlag, String, StringLength
float x1 float y1 float x2 float y2 float x3 float y3 float x4 float y4 unsigned int Color int FontHandle unsigned int EdgeColor int VerticalFlag const TCHAR *String size_t StringLength
(プラグイン / モジュール : DxLibW)
フォントハンドルを使用して文字列を自由変形描画します(座標指定が float、文字列長指定版)。 DrawModiStringFToHandle の文字列長を引数で指定する版です。 戻り値は 0 が成功、-1 がエラーです。
| DrawModiNStringF | デフォルトフォントハンドルを使用して文字列を変形描画する( 座標指定が float 版 ) | (DxLibW) |
| プラグイン / モジュール | DxLibW |
| バージョン | 3.24f |
| 作成日 | 2026/04/12 |
| 著作者 | DxLib: Takumi Yamada / HSP binding: IronHSP Project |
| URL | https://dxlib.xsrv.jp/ |
| 備考 | hspdxlib.as をインクルードして使用 |
| タイプ | DxLib ゲームライブラリ |
| グループ | DxLib 文字描画 |
| 対応環境 |
|
| hs ファイル | hsphelp\hspdxlib.hs |