AddFontFile

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

version(Windows && !DX_NON_FONT)
@nogc extern
core.sys.windows.basetsd.HANDLE
AddFontFile
(
const(core.sys.windows.winnt.TCHAR)* FontFilePath
)

Return Value

Type: core.sys.windows.basetsd.HANDLE

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

Meta