An Android custom view to create styled images from characters in font files; pulls & caches the font from network or filesystem.
fontView is hosted in the following web site
https://github.com/shellum/fontView
If you think the Android project fontView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of fontView.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\fonts\font.ttf |
fontView has the following Java source files.
com.finalhack.fontview.FontDelayTask.java com.finalhack.fontview.FontNetworkTask.java com.finalhack.fontview.FontReceiver.java com.finalhack.fontview.FontView.java com.finalhack.fontviewexample.FontViewTestActivity.java