- From: Giannetti, Fabio <Fabio_Giannetti@hplb.hpl.hp.com>
- Date: Wed, 13 Aug 2003 10:23:50 +0100
- To: www-xsl-fo@w3.org
- Message-ID: <5E13A1874524D411A876006008CD059F03E621E4@0-mail-1.hpl.hp.com>
Hi Garcia, use the line-height attribute inside the fo:inline element to match, at least, the maximum font size (in your case 48pt). Hope this helps, Fabio -----Original Message----- From: egarcia@domino-info.fr [mailto:egarcia@domino-info.fr] Sent: Wednesday, August 13, 2003 9:32 AM To: www-xsl-fo@w3.org Subject: xsl-fo fo:inline or fo:blocks height propertie Hi, i have a problem, when i convert my xsl-fo into pdf document lines are overwriting each others (is it a correct english sentence?, i don't think so sorry) like this : here is a part of my xsl-fo doc : <fo:block white-space-collapse="false" hyphenate="true"> <fo:inline font-family="monospace" font-size="12pt" color="rgb(0,0,0)">efs</fo:inline> <fo:inline font-family="monospace" font-size="12pt" color="rgb(255,0,0)">efsefefqsefq</fo:inline> </fo:block> <file://c:/temp/temp.tmp.fo/#> - <fo:block white-space-collapse="false" hyphenate="true"> <fo:inline font-family="monospace" font-size="48pt" color="rgb(0,0,0)">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! aaaaaaaaaaaaaaaaaaaaaaaaaaa123456789azertyuiopqsdfghjklmwxcvbn123456789azert yuiopqsdfghjklmwxcvbn123456789</fo:inline> <fo:inline font-family="monospace" font-size="12pt" color="rgb(0,0,0)" /> </fo:block> i don't find a propertie to regulate the height of elements, how could i solve this problem? regards, e.garcia
Received on Wednesday, 13 August 2003 05:24:19 UTC