In this section, you will learn how to make a program by which you can set skew in for chunk. iText api provides a method setSkew(float value1,float value2).This method is used in palce of italic font.
Code Description:
We can use the method setSkew(float alpha,float
beta) in place of italic fonts (if we are using a font that
doesn,t support Font.ITALIC). We take 0f as alfa and 12f as
value for beta.Alfa is the angle of the baseline in degrees. In the
example, we rotate some text 45f and -45f degrees. Beta is the
square-angle on the baseline.
The code of the program is given below:
import java.io.FileOutp
utStream;
|
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: Skewing Text
Post your Comment