http://bugs.winehq.org/show_bug.cgi?id=8177
------- Additional Comments From dmitry@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.