In this program, we are going to give you an example that helps you for the procedure of using various fonts in a pdf document. Here, add(object) method of the Paragraph class is used to add text and it's font name with size.
Code Description:
The following method and fields are used for creating multiple colorful fonts.
add(Chunk chunk,Font font): The add method is used to add the chunk text and name of font with font size.
Following are some font name used in the given program:
The code of the program is given below:
import java.io.*;
|
The output of the program is given below:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: different Font
Post your Comment