using pdf clown - java. task in my project is: read the pfd - create own objects out of this - and render it on a java component (Jpanel) with Graphics2D context. Works fine with all sort of cubic -curves, rectangles and so on... But I am sticking here: Created a TextObject - have the font out of pdfClown apearently as a Postscript-font-object... How can I set this Font to the graphics2d context, to render the text correctly ? Is there any way to create a awt.font from this on the fly ? Sorry if...