DrawModiStringF

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

version(!DX_NON_FONT)
nothrow @nogc extern (C++, DxLib) extern
int
DrawModiStringF
(
float x1
,
float y1
,
float x2
,
float y2
,
float x3
,
float y3
,
float x4
,
float y4
,
uint Color
,
uint EdgeColor = 0
,
int VerticalFlag = dxlib_d.DxDataType.FALSE
,
const(dxlib_d.DxDataType.TCHAR)* String = null
)

Meta