フォントハンドルを使用して文字列を回転描画する( 座標指定が float 版 )
DrawRotaStringFToHandle x, y, ExRateX, ExRateY, RotCenterX, RotCenterY, RotAngle, Color, FontHandle
x : float (float) y : float (float) ExRateX : double (double) ExRateY : double (double) RotCenterX : double (double) RotCenterY : double (double) RotAngle : double (double) Color : uint (int) FontHandle : int (int)
(プラグイン / モジュール : DxLibW)
フォントハンドルを使用して文字列を回転描画します(座標指定が float 版)。 DrawRotaStringToHandle と同等の機能ですが、描画座標を float で指定できます。 サブピクセル精度の座標指定が可能です。 戻り値は 0 が成功、-1 がエラーです。
| DrawRotaStringF | デフォルトフォントハンドルを使用して文字列を回転描画する( 座標指定が 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 |