« Return to Thread: Spacing between characters.

Spacing between characters.

by svager :: Rate this Message:

Reply to Author | View in Thread

Is it possible to increase spacing between characters in Pragraph or Chunk objects? If yes, How can I do this

Paragraph pdfPara=CreateTopPara(ttd, Element.ALIGN_CENTER,6);

Where CreateTopPara is a method that creates new Paragraph object.
pdfPara contains text that I need to display with increased spacing and ttd is a Chunk.

Thanks


 « Return to Thread: Spacing between characters.