AddFontResource (gdi32)
Last changed: -79.207.112.186

.
Summary
Adds the font resource from the specified file to the system font table.

C# Signature:

[DllImport("gdi32.dll")]
static extern int AddFontResource(string lpszFilename);

User-Defined Types:

None.

Notes:

To mark a font as private or non-enumerable, use the AddFontResourceEx function.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation