AddFontFile

指定のフォントファイルをシステムに追加する

version(Windows && !DX_NON_FONT)
nothrow @nogc extern (C++, DxLib) extern
dxlib_d.DxDataTypeWin.HANDLE
AddFontFile
(
const(dxlib_d.DxDataType.TCHAR)* FontFilePath
)

Return Value

Type: dxlib_d.DxDataTypeWin.HANDLE

null:失敗 NULL以外:フォントハンドル(WindowsOSのものなので、DXライブラリのフォントハンドルとは別物です)

Meta