AddFontResource function gdi32

int AddFontResource(
  1. Pointer<Utf16> param0
)

The AddFontResource function adds the font resource from the specified file to the system font table. The font can subsequently be used for text output by any application.

int AddFontResourceW(
  LPCWSTR Arg1
);

Implementation

int AddFontResource(Pointer<Utf16> param0) => _AddFontResource(param0);