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>
- <fo:block white-space-collapse="false" hyphenate="true">
  <fo:inline font-family="monospace" font-size="48pt" color="rgb(0,0,0)">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa123456789azertyuiopqsdfghjklmwxcvbn123456789azertyuiopqsdfghjklmwxcvbn123456789</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 04:38:49 UTC