Hi Skhay,

We use RTF2FO to generate our FO files from RTF documents, we don't use XSL.
line-height-stretch is a configuration option for RTF2FO and not an XSL-FO
property so you won't be able to use it.

My knowledgeof XSL is not great but I assume you could apply a scaling
factor yourself via your XSL, something like 

<xsl:value-of select="originallineheight * 0.9"/>

maybe?

Hope you find a solution,
Stuart
-- 
View this message in context: 
http://old.nabble.com/Upgrade-0.20.5-to-0.95%3A-line-spacing-increased--tp23944243p29181168.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to