Quoting KuMi <[EMAIL PROTECTED]>:

> Hi,
> 
> I want to precisely adjust the space between two characters with "TJ"
> operator.
> Which class and method should I use ?

You can't do this to change the width between two characters
added with a HighLevelObject such as Phrase, Chunk,...

You can only change this space if you use PdfContentByte
to add text at absolute positions. The method you are looking
for is public void setCharacterSpacing(float charSpace)
in class PdfContentByte.

You learn more about this class in Chapter 10 of the tutorial.

kind regards,
Bruno

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to