DrawRotaNStringF

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

version(!DX_NON_FONT)
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