[xep-support] Problem with ArialMT font in SVG from Illustrator

From: Tobias Hanning <tobias.hanning@interdoc.se>
Date: Tue Sep 11 2007 - 04:22:33 PDT

Hello xep-support,

I have a problem to define that correct font to be used, my problem is SVG
file that has been exported from Illustrator has for example "Arial-BoldMT"
as font-family. So how should I write in the xep.xml file that the correct
font is used? I get it to work for the normal font (but not for bold, italic
and bolditalic) with this:
  <font-family name="Arial" embed="true" subset="true">
    <font>
      <font-data ttf="arial.ttf"/>
    </font>
    <font style="oblique">
      <font-data ttf="ariali.ttf"/>
    </font>
    <font weight="bold">
      <font-data ttf="arialbd.ttf"/>
    </font>
    <font weight="bold" style="oblique">
      <font-data ttf="arialbi.ttf"/>
    </font>
  </font-family>
  <font-alias name="ArialMT" value="Arial"/>

All help and suggestions will be greatly appreciated.

        / Tobias

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Tue Sep 11 04:54:31 2007

This archive was generated by hypermail 2.1.8 : Tue Sep 11 2007 - 04:54:36 PDT