In the PDF document resulting from the FO file below the two words "Element" and "Matter" are missaligned. I know one can indent the content of a block using the text-indent attribute. But how does one know how much the block should be indented? Can this be calculated from the font used?

<fo:flow flow-name="xsl-region-body">
  <fo:block font-family="sans-serif" font-size="10mm">
    Element
  </fo:block>
  <fo:block font-family="sans-serif" font-size="6mm">
    Matter
  </fo:block>
</fo:flow>


Regards,

Johan Andersson


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to