[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Changing font size for a chunk of text inline
Tom,
Here is what I use:
<!-- Change the font size of the block or para -->
<xsl:template match="para[@font-size]"> <fo:block font-size="{@font-size}"> <xsl:apply-templates/> </fo:block> </xsl:template> and you need to use <para font-size="yada-yada"> where "yada-yada" is any font-size or percentage.
Regards
Dean Nelson
In a message dated 11/09/10 06:55:43 Pacific Standard Time, tom.browder@gmail.com writes:
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]