View Single Post
Old 04-04-2013, 05:25 AM   #657
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by twobob View Post
I tried hunting around for how stepk was rendering out the > < ^ v - couldn't find it...

perhaps he didn't push that yet.
Just decompile the class using jad

Code:
        nextPageButton = getUI().newButton("  \u25B6  ", this);
        prevPageButton = getUI().newButton("  \u25C0  ", this);
        prevLevelButton = getUI().newButton("\u25B2", this);
Anyway, I reproduced the Unicode problem. Amazon's implementation actually uses two different fonts for drawing the text... - just take a look at the com.amazon.ebook.util.unicode.m.drawChars() method (3.4.0 FW).
ixtab is offline   Reply With Quote