[Tkinter-discuss] Canvas.postscript() fails to render some fonts properly

2010-08-23 Thread Michael Lange
Hello all, I am stuck here with a strange problem creating postscript from a Tkinter Canvas (the OS is debian linux). I found that Canvas.postscript() fails to render some fonts correctly and uses something like helvetica or courier (I guess) instead. From what the canvas man page says, I thought

Re: [Tkinter-discuss] Canvas.postscript() fails to render some fonts properly

2010-08-23 Thread Firat Ozgul
Hello, Unfortunately there are not enough documentation about Python-tk postscript manipulation. Information is scattered here and there. A sample code could be like this: [0] http://paste-it.net/public/l5a7036/ Some useful discussions on the topic: [0] http://www.velocityreviews.com/forums/t326

Re: [Tkinter-discuss] Canvas.postscript() fails to render some fonts properly

2010-08-23 Thread Firat Ozgul
In addition to my previous e-mail, I want to add the following link in which there are some explanations and an example code for creating postscript. However the following is only useful if you are into Tcl/Tk: http://flylib.com/books.php?ln=en&n=3&p=480&c=292&p1=1&c1=1&c2=478&view=2 Firat 2010/