http://bugs.winehq.org/show_bug.cgi?id=10982
--- Comment #10 from Austin English austinenglish@gmail.com 2008-05-27 13:54:24 --- (In reply to comment #9)
(In reply to comment #8)
Created an attachment (id=13404)
--> (http://bugs.winehq.org/attachment.cgi?id=13404) [details] [details]
Stub implementation of GdipCreateFontFamilyFromName by Erich Hoover
At least for the program I was playing with, this was not sufficient. I ended up stubbing out a LOT of functions to get things to proceed - I'm going to look into seeing if I can make things a bit more reasonable. It'd be nice to get things running without using the native gdi+ dll, but this particular class of functions seems to be largely unimplemented.
A TON of gdiplus is unimplemented. There's a SoC student working on implementing more of it, Adam Joel Petaccia I believe. A lot of it may be held back b/c of the code freeze, though...