> -----Original Message----- > From: Chris Bowditch [mailto:[EMAIL PROTECTED]
> I'll definitely add (1) and (3) to my todo list and take a look probably later in the week. > Just adding this so it might save you a (wee) bit of time: I did a quick lookup for this, comparing 0.20.5 with HEAD, following difference immediately caught my eye: class layout.FontState. (defined in 0.20.5; absent in HEAD --browsing through CVS indicates Victor could add a few comments on what would need to be done to complete this particular issue. In fact, I already read a few in the thread he just transferred here from fop-user ) The variable name fontVariant in HEAD appears in the build process, where classes fo.properties.FontVariant and fo.properties.FontVariantMaker are generated --unless it has been uncomfortably renamed in other related classes, the only other two appearances are fonts.Font and fo.PropertyManager (which could explain why this property currently has no effect, since the corresponding entries are commented out). As I said, a quick lookup... I currently have too vague an idea on how to start to get it to actually work. Greetz, Andreas