CreateFontDataFileWithStrLen

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

version(Windows && !DX_NON_FONT && !DX_NON_SAVEFUNCTION)
@nogc extern
int
CreateFontDataFileWithStrLen
(
const(core.sys.windows.winnt.TCHAR)* SaveFilePath
,,
const(core.sys.windows.winnt.TCHAR)* FontName
,,
int Size
,,
int Thick
,
int Italic = core.sys.windows.windef.FALSE
,
int CharSet = -1
,
const(core.sys.windows.winnt.TCHAR)* SaveCharaList = null
,
size_t SaveCharaListLength = 0
)

Meta