addfontmemresourceex (gdi32)
Last changed: -2.147.187.117

.
Summary
Adds the font resource from a memory image to the system.

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr AddFontMemResourceEx(IntPtr pbFont, uint cbFont,
   IntPtr pdv, [In] ref uint pcFonts);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation