AddFontResource function gdi32
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.
To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-addfontresourcew.
Implementation
@pragma('vm:prefer-inline')
int AddFontResource(PCWSTR param0) => _AddFontResource(param0);