DrawRotaNStringF

デフォルトフォントハンドルを使用して文字列を回転描画する(座標指定がfloat版)

version(!DX_NON_FONT)
nothrow @nogc extern (C++, DxLib) extern
int
DrawRotaNStringF
(
float x
,
float y
,
double ExRateX
,
double ExRateY
,
double RotCenterX
,
double RotCenterY
,
double RotAngle
,
uint Color
,
uint EdgeColor = 0
,
int VerticalFlag = dxlib_d.DxDataType.FALSE
,
const(dxlib_d.DxDataType.TCHAR)* String = null
,
size_t StringLength = 0
)

Meta