To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541
------- Additional comments from [email protected] Mon Nov 23 11:37:57 +0000 2009 ------- AW: Support for MetaTextRectAction was complicated; The problem with this action is that it describes unlayouted text and the layout capabilities are in EditEngine/Outliner in SVX. The same problem is true for VCL which internally has implementations to layout text in this case. There exists even a call OutputDevice::AddTextRectActions(...) to create the needed actions as 'sub-content' of a Metafile. Unfortunately i do not have an OutputDevice since the interpreter tries to work without VCL AFAP. Since AddTextRectActions is the only way as long as we do not have a simple text layouter available, i will try to add it to the TextLayouterDevice isloation. AW: Works well that way, a problem coming up is more that this actions constructed from EPS import ise again a Font WIth Width/Height of 0 (Zero) (!). I already had a mechanism to handle this in MetaFontAction, but the 'guessing' (see comments there) collided with earlier test files. I had to use the target MapUnit of the Metafile and convert the 'guessed' pixels to that unit. That works well with the new and old cases, but requires to init that value at the PropertyHolders correctly. AW: Woks well, checking in changed version with MetaTextRectAction, thus the only remaining action without implementation is MetaStretchTextAction. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
