albb0920 / LunaTerm

A branch of rTerm which is an terminal application optimized for telnet based BBS on Android. 這是一個為了中文 Telnet BBS 打造的 Android 虛擬終端機應用程式。
GNU General Public License v3.0
56 stars 15 forks source link

Better ANSI art #9

Open albb0920 opened 14 years ago

albb0920 commented 14 years ago

We should draw rect, circle, etc. by ourself. These special characters seems to be treated half-width.

albb0920 commented 14 years ago

This is done by store special chars in a ttf font. However, we still need to clean up messy lines because we use RectF to draw.