Re: [xsl] Different Font Size in a block

Subject: Re: [xsl] Different Font Size in a block
From: Christian Kirchhoff <christian.kirchhoff@xxxxxxxxxx>
Date: Wed, 25 Jan 2012 00:41:12 +0100
Am 24.01.2012 23:19, schrieb Jesse Schaaf:
There has to be a simple answer to this one.
I have a block statement as such:
<fo:block>&#x2022; = Utilization Management (UM) </fo:block>

However the bullet(or &#x2022;) needs to be in a larger font. I know I can add font-size to the block statement but that would increase the other text inside the block which I do not want to do.

I know this is not correct but here is what I am trying to do:
<fo:block><FONT line-height="13pt" font-size="15pt"> &#x2022;</FONT> = Utilization Management (UM)</fo:block>


I tried using another block but it forces a line break. I know I can use a table with two cells however I have to believe there is a simple tag I can use for this?


Try fo:inline (http://www.w3schools.com/xslfo/obj_inline.asp)

Best regards,

Christian

Current Thread