RE: [docbook-apps] Define my own inline.sequence

From
Mauritz Jeanson <>
Date
2008-12-05T20:57:45+00:00
ID
2C4D92FB61A94BECA0D801B792FDB6A6@D7MZ171J
Thread
RE: [docbook-apps] Define my own inline.sequence
> -----Original Message-----
> From: Jacques Foucry 
> 
>  <fo:inline 
>    xmlns:fo="http://www.w3.org/1999/XSL/Format" 
>    font-variant="small-caps">


XEP does not support "font-variant".
http://www.renderx.com/reference.html#Formatting_Properties


>  <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format"  
>     font="Windings">


Here, you probably want font-family="Windings". (I hope the spelling is
right. On my laptop, I have a "WingDings" font, but no "Windings".)

Mauritz