Myeongwon-Kang/apps-for-android

Better shadows for LOLcat

Opened this issue · 0 comments

A better way to create LOLcat-like shadows is to use something like I did
in ConnectBot where you make the stroke width wide and change the mitres to
round on a Paint object you draw before the actual text:

http://code.google.com/p/connectbot/source/browse/trunk/connectbot/src/org/conne
ctbot/ColorsActivity.java?spec=svn326&r=326#171

Original issue reported on code.google.com by kenny@the-b.org on 23 Jun 2009 at 3:39