http://bugs.winehq.org/show_bug.cgi?id=6536
Summary: GetFontUnicdeRanges not implemented Product: Wine Version: 0.9.11. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P3 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: liebtag@us.ibm.com
I am testing IBM Workstation APL2 for Multiplatforms Service Level 9 using Wine under SuSE 10.1. APL2's session manager uses GetFontUnicodeRanges to determine whether the font selected by the user contains glyphs for the APL codepoints as defined by Unicode. This API is the only reliable way to acquire this information. (I am the developer and I have verified this fact with Microsoft.)
Since APL2 uses this API during initialization, this deficiency makes it impossible to use APL2 service level 9 under Wine. I have configured Wine to emulate Windows XP (which contains this API.)
I have a patch which bypasses use of the API, but the patch precludes use of fonts which contain glyphs for the APL characters at the Uniocde codepoints.
I can supply the debug information dumped by wine when the error occurs. (I do not know how to create an attachement in bugzilla.)
Thank you.