[Bug 8177] Solar Fire v5: Font only displays the character 0x80

Wine Bugs wine-bugs at winehq.org
Mon Apr 30 06:09:46 CDT 2007


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





------- Additional Comments From dmitry at codeweavers.com  2007-30-04 06:09 -------
It would be interesting to do something like this:

AddFontResource("etsans.fon");
lstrcpyA(lf.lfFaceName, "ET Sans Serif");
hfont = CreateFontIndirect(&lf);
hdc = GetDC(0);
SelectObject(hdc, hfont);
cs = GetTextCharsetInfo(hdc, &fs, 0);

and dump the contents of fs.fsCsb[0] and cs value.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list