[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: space between wrapped lines

Subject: Re: space between wrapped lines
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jul 2005 07:38:18 -0400
space between fo inline
At 2005-07-21 16:43 +1000, Anujith Amaratunga wrote:
How do I reduce line space between wrapped lines of text in a block.

By specifying the line height of the <fo:block> that creates the lines. Without specifying it explicitly, it is a factor of the current font size between 1.0 and 1.2.


I tried line height and space after/before... did not work.

You don't say where you have tried using these values. Adding these values to <fo:inline> will not help you.


The code looks like this:

You do not show what the font size is at the time you create your <fo:block>, so there is no indication in your short example of what the leading might be.


<fo:block>
  <xsl:for-each select="data">
    <fo:inline font-size="9pt" font-style="italic" font-weight="bold">
      <xsl:apply-templates/>
    </fo:inline>
  </xsl:for-each>
</fo:block>

Specify line-height= on the <fo:block> and you should get the results you need.


I hope this helps.

. . . . . . . Ken

--
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.