Try setting font-family="Helvetica" on the fo:root. Maybe there's still some text that is using the default font which may not be properly mapped to the embedded Helvetica but to the implicit Base 14 Helvetica (and Acrobat is not showing that correctly in the font dialog).
On 26.09.2008 16:58:33 Maximilian Gaerber wrote: > Hi, > > I am trying to produce a pre-press ready PDF document (with embedded > fonts). But for some reason Helvetica will not be embedded correctly. > The configuration is correct (see below), the document properties of > Acrobat Professional 8 (see attached images) show that Helvetica is an > embedded font but when I run the preflight, all my text occurrences are > marked as "not embedded". > > In the FO I am referencing the font this way: <fo:table > table-layout="fixed" width="180mm" font-family="Helvetica" > font-weight="normal" font-style="normal"> > > Putting or leaving the metrics-url attribute in the config doesn't make > a difference. > > FOP: Ver. 0.95 > OS: Windows Vista Business > > Config snip: > ------ > <renderers> > <renderer mime="application/pdf"> > <filterList> > <!-- provides compression using zlib flate (default is on) --> > <value>flate</value> > </filterList> > > <fonts> > <!-- register a particular font --> > > <font embed-url="arial.ttf" metrics-url="arial.xml" > kerning="yes"> > <font-triplet name="Arial" style="normal" weight="normal"/> > <font-triplet name="ArialMT" style="normal" weight="normal"/> > </font> > > <!-- metrics-url="hv______.xml" --> > <font embed-url="hv______.PFB" kerning="yes"> > <font-triplet name="Helvetica" style="normal" weight="normal"/> > </font> > > <!-- metrics-url="hvb_____.xml" --> > <font embed-url="hvb_____.PFB" kerning="yes"> > <font-triplet name="Helvetica" style="normal" weight="bold"/> > </font> > > > > > News des Monats: www.thermopal.de - E-Business Lösung mit System für > Thermopal, eine Tochter der Pfleiderer AG: Neugestaltung, wegweisende > Produktsuche und moderne Nutzerführung! > > -- > infolox GmbH > Maximilian Gärber > Bregenzer Straße 101 > D-88131 Lindau > > fon +49 8382 / 275 894-70 > fax +49 8382 / 275 894-9 > mob +49 176 / 20 10 33 24 > > mail [EMAIL PROTECTED] > www.infolox.de > www.selektofix.de > www.katalogfabrik.de > www.typo3-services.com > > > Rechtsform: Gesellschaft mit beschränkter Haftung > Sitz der Gesellschaft: Lindau a. B. > Registergericht: Amtsgericht Kempten > Registernummer: HRB 8161 > Geschäftsführer: Stefan Bauhuis, Alexander Pircher, Richard Schmid > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
