Here, you will learn about different fount in java.
different Font
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:
- Font.ZAPFDINGBATS
- Font.TIMES_ROMAN
-
Font.SYMBOL
The code of the program is given below:
import java.io.*;
|
The output of the program is given below: