[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Problem with font


Subject: Re: [xsl] Problem with font
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Sep 2004 06:24:47 -0400

At 2004-09-21 12:51 +0530, Eldho George wrote:
I have a problem with font.The following is my font template
<fo:inline font-size="{$size}" font-family="{$face}"
      color="{$color}" line-height="12pt">
      <xsl:apply-templates select="*|text()"/>
 </fo:inline>

I have problem with large font size .Suppose I am using the size as 12pt,if
the content is more than that one line
,the top of the second line will appear overwritten on the first line.I
tried with line-height.But there is no affect.

You have to change the line-height= of the block that has created the lines. You may also wish to play with the line-stacking-strategy= of the block that has created the lines.


It is important in XSL-FO to remember that the only way to create lines is to use <block> and you often have to focus on the line creation formatting object rather than the line content formatting object to achieve the effects that 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