HyperHCl / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

Weird rendering of letters as digits on x64 #237

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which program triggers the problem? Specify the filename if possible.
Eclipse IDE x64

What steps will reproduce the problem?
1. Create new empty text file
2. Type letter "a"

What is the expected output? What do you see instead?
Expected just to see "a". What actually displayed is digit "1".
If after that typed another letters, digit is somehow changed to normal letter 
"a". Also if I copy this "1" to clipboard, clipboard actual content is "a".

What version of gdipp (including renderer)? On which operating system?
gdipp 0.9.1 x64, Windows 7 x64

Please provide any additional information below. Screenshots always help.
32-bit version of both gdipp and Eclipse works fine. Guess it may be problem 
with 64-bit version of SWT library. Used font is PragmataPro.

Original issue reported on code.google.com by tanma...@gmail.com on 1 Oct 2012 at 12:53