CreateFontDataFile

フォントデータファイルを作成する

version(Windows && !DX_NON_FONT && !DX_NON_SAVEFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
CreateFontDataFile
(
const(dxlib_d.DxDataType.TCHAR)* SaveFilePath
,
const(dxlib_d.DxDataType.TCHAR)* FontName
,
int Size
,,
int Thick
,
int Italic = dxlib_d.DxDataType.FALSE
,
int CharSet = -1
,
const(dxlib_d.DxDataType.TCHAR)* SaveCharaList = null
)

Meta