Open GoogleCodeExporter opened 8 years ago
This was a self inflicted issue. In order to compare with own renderer a
transparency factor was introduced which eventually turned out to be this issue.
Solution: On black background change the following line EditIndicText.java
int graylevel = 255 - glyphBitmap[i][j];
to
int graylevel = glyphBitmap[i][j];
Issue is resolved
Original comment by rgubb...@gmail.com
on 21 Jan 2013 at 10:39
Original issue reported on code.google.com by
rgubb...@gmail.com
on 19 Jan 2013 at 6:49