On Monday 12 March 2007 20:27, Andrejus Chaliapinas wrote:
> Hi,
>
> I'm trying to use FOP 0.93 and while using similar to this syntax:
>
> <fo:list-item-label end-indent="label-end()">
> <fo:block>
> <fo:inline font-family="Symbol">
>       &#x2022;
> </fo:inline>
> </fo:block>
> </fo:list-item-label>
>
> I get very low vertical alignment of that bullet symbol (actually
> it's almost below baseline of following list item text). I've tried
> to use display-align="before" (both for inline and block), but that
> didn't help. Is there any other possibility?
>

I don't think display-align will work. Try alignment-baseline="middle" 
or alignment-baseline="central" or try an explicit baseline-shift="..."

> Thanks in advance.
> Andrejus
>
Manuel

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

Reply via email to