views:

32

answers:

1

I'd like to use this font for coding in Eclipse but I don't have any admin rights. I can't install any font in WINDOWS/font folder. Any workaround?

thanks in advance!

http://damieng.com/blog/2007/11/14/droid-font-family-courtesy-of-google-ascender

+2  A: 

Try Font.createFont(int, java.io.InputStream) method. It loads font from a file. You can then derive it to get needed size.

tulskiy