Is this not the correct approach for font substitution?

> <fop version="1.0">
> 
>     <!-- Base URL for resolving relative URLs -->
>     <base>.</base>
> 
>     <font-base>.</font-base>
>     <fonts>
>         <substitutions>
>             <substitution>
>                 <from font-family="Helvetica" font-weight="normal" 
> font-style="normal"/>
>                 <to font-family="FreeSans" font-weight="normal" 
> font-style="normal"/>
>             </substitution>
>             <substitution>
>                 <from font-family="Helvetica" font-weight="bold" 
> font-style="normal"/>
>                 <to font-family="FreeSans" font-weight="bold" 
> font-style="normal"/>
>             </substitution>
>         </substitutions>
>     </fonts>
> 
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to