[Bug 10467] Making Microsoft .NET 2.0 to work in wine, based on example app FastMD5 1.4 for NET 2.0

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 12 08:27:04 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=10467





--- Comment #65 from Hans Leidekker <hans at it.vu.nl>  2008-05-12 08:27:03 ---
This is what happens basically, for each font face within a given font
installer:

CopyFile("C:\\windows\\temp\\IXP000.TMP\\Arialbd.TTF",
         "C\\windows\\fonts\\Arialbd.TTF")

RegOpenKeyEx("SOFTWARE\\Microsoft\\WindowsNT\\CurrentVersion\\Fonts")
RegSetValueEx("Arial Bold (TrueType)")

AddFontResource("C:\\windows\\fonts\\Arial.TTF")
PostMessage(WM_FONTCHANGE)

The file copy and registry setting would be simple additions to winetricks.
The AddFontResource and PostMessage calls are there to make the font available
to existing and new processes in the current session. I suspect that we
don't really need these but if we do a wineboot might provide a usable
workaround.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list