From: Luca C. <luc...@se...> - 2009-03-12 14:01:04
|
Hello, On Thu, 12 Mar 2009 14:30:18 +0100, Ulrich Telle <ulr...@gm...> wrote: > As you observed the y position corresponds > roughly to the upper left corner of the text box. The baseline of the > font is positioned half of the cell height plus 30% of the font size in > user units below, i.e. > > y_baseline = y + 0.5 * cellheight + 0.3 * fontsize > Nice to know, i been to lazy to check the actual code :) > I consider to change the coordinate system in a future version of > wxPdfDocument to make the behaviour of several methods more logical and > transparent. That is a very good news to me, thanks! Greetings, Luca |