CreateFontDataFile

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

version(Windows && !DX_NON_FONT && !DX_NON_SAVEFUNCTION)
@nogc extern
int
CreateFontDataFile
(
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
)

Meta