Op 25/03/2011 19:06, Colin Cheng schreef:
> Hi,
>
> Is it possible to rotate a single character in a chunk?
Option 1:
Use a font that has a glyph that looks like the rotated character.

Option 2:
Use a Type 3 font where you create a glyph that looks like the rotated 
character.

Option 3:
Create a PdfTemplate with the same dimensions of that character.
Add the character to that template using a transformation (one that 
rotates the character).
Wrap that template in an Image, and that Image inside a Chunk.

There may be other options.

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to