ravikanth pratti wrote:
> Hi,
> i have drawn one polygon on top left corner side using graphics2d api.

Using standard Java methods.

> i 
> need to display some text in that polygon.

There's a standard Java method to do that: drawString();

> i have done using paragraph class.but still am facing problems .

The Paragraph is specific for iText. Why are you mixing standard Java 
methods with iText classes? Why don't you stick to Graphics2D methods?

> i have installed some specific font(type- opentype) required by my 
> apllication.how can i select that specific font type.

You have to use the font mapper as described in the documentation.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to