From: Tony G. <xm...@me...> - 2004-08-22 23:02:06
|
At 21 Aug 2004 19:58 +0100, da...@da... wrote: > So I've hacked the xmlroff configure.in so that it doesn't look for > PangoPDF, and I plan to apply the various minimal necessary changes > directly into the environment's version of Pango (basically just add the > xsl attribute stuff, as far as I can make out). There will also be functions for rendering layouts, lines, and runs since the core Pango rendering functions won't do anything with any extra attributes. One question that needs answering is whether the differences are small enough that the XSL attributes and the rendering functions can be tacked on to the xmlroff tree such that there's really no need to modify Pango at all. The first thing to do is to stub out all the xmlroff functions for the extra XSL attributes and just make an xmlroff that works with the stock Pango attributes. If that can be done, then we need to decide how to go about adding support for the extra XSL attributes. Regards, Tony. |