Font

Read Text Files with Fonts in Android

This is a sample project in Android written in Basic4Android that reads any text files that has .txt file extension with fonts styles and font size included. This project will help you to read any files such as office word, excel, richtextformat, and many more. Install readtextfiles.apk in your android phone to run the app. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Book Application (PageTurnerView in Android)

It's me again! :) I have created another Android application entitled Book App using Basic4Android. This book application is not an ordinary application that will just put some text on it and read only in one form. This application features to have a PageTurnerView in Android, meaning it is just like a book that you scan through its pages. This app also may help you on how to customize font, color, margins, line spacing, and page numbering. Just install Book.apk to your android phone and run it. This book app contains an utmost dedication to my girlfriend.

Set Font and Color to Text of JTextArea Component in Java GUI

This is a continuation of my other tutorial entitled JTextArea Component in Java GUI. This tutorial will teach you how to set/select font and color for the JTextArea or JTextField component. 1. First and foremost, Open JCreator or NetBeans and make a java program with a file name of jTextArea.java. When you click the link above, copy first all the code there. import java.awt.*; import javax.swing