You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by William Tyler <wt...@us.ibm.com> on 2002/03/04 16:22:31 UTC

inline bullets?

I would like to implement a bullet inline with text, how would I do this?
ie text * test * text, replace the * with a bullet

Thanks
*******************************************************************
William (Bill) Tyler
Senior I/T Specialist
Enterprise Services for Microsoft Technologies, App Dev
IBM Global Services, Austin, TX

Office: 512.473.8073
T/L: 595.8073
Pager: 800.946.4646 pin:1464080


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: inline bullets?

Posted by Thorsten <th...@stny.rr.com>.
On Monday 04 March 2002 10:22, you wrote:
> I would like to implement a bullet inline with text, how would I do this?
> ie text * test * text, replace the * with a bullet

How about sth like

text
<fo:inline font-family="ZapfDingbats">&#108;</fo:inline>
test
<fo:inline font-family="ZapfDingbats">&#108;</fo:inline>
text

Of course, ZapfDingbats has a bunch of bullets to chose from.

HTH,
Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org