[xep-support] embedding fonts in PDF -- adding embed="true" seems not to work for base fonts!

David Tolpin dvd at davidashen.net
Mon Mar 13 07:53:17 PST 2006


>      <font-family name="Helvetica" embed="true" subset="true">
>        <font><font-data afm="Helvetica.afm"/></font>
>        <font style="oblique">
>            <font-data afm="Helvetica-Oblique.afm"/></font>
>        <font weight="bold"><font-data afm="Helvetica-Bold.afm"/></font>
>        <font weight="bold" style="oblique">
>            <font-data afm="Helvetica-BoldOblique.afm"/></font>
>      </font-family>
>
>
> but the font is still not being embedded!
>
> Any idea what is going on?

Yes!

A Type1 font consist of two parts, the metrics and the outline.  
Helvetica.afm is the metrics (Adobe Font Metrics); to embed the font,  
you'll need the outline too. Get a matching outline somewhere, and add it  
to your system and to your configuration.

David
 
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at 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



More information about the Xep-support mailing list