Android Development
How to use custom Truetype font in Android UI or playing with TypeFaces
Here is the sample of usage: Below you can download source code of this sample Android project To use custom Truetype font in your Android UI you need.1. Download *.TTF file with font.2. put this file in assets project’s dir.3. You need read this font from assets dir: 4. set Read more…