Hi,
I've a Gdiplus::Font object and I want to give that font to an edit control.
I use the WM_SETFONT message but it accepts a HFONT handle and from Gdiplus::Font I can't get a HFONT handle.
How can I get the HFONT of a Gdiplus::Font object? Is this posible?
My application don't use the .NET framework, it just use GDI+.