Hi,
do you have an idea how i could simulate something like the Antenna House overflow extension.
They can set overflow to condense and dynamicaly shrink the font.
Example:
<fo:block overflow="condense" axf:overflowcondense="font-size">....
the result can be seen on
http://www.antennahouse.com/XSLsample/pdf/ext-overflow_1.pdfI was thinking about writing an Xalan-J extension, but this means to set up a FOP during the XSL Transformation. That would be complicated and slow. Getting the current font name also would be difficult.
So I was thinking about an extension for Fop. Looking at the source I did not knew where to start. Do you have an idea how this could be implemented?
Cheers
Jan