Hi Peder, What OS are you using? I just checked in Windows 7, and it's not obvious using the file system GUI, but there Arial is split up into arial.ttf, ariblk.ttf, ariali.ttf, arialbd.ttf and arialbi.ttf. However, when going into Windows\Fonts, it does appear to be a single file. In the Ubuntu flavour of linux, it's the same, arial is split up into it's constituent parts.
So 2 questions really, firstly, what OS are you using? Secondly what version of FOP are you using? Thanks Mehdi 2011/2/2 Peet Kes <[email protected]>: > Hi Eric, > > But I only have one truetrype file for the ArialUnicodeMS font > I only have ARIALUNI.TTF and when I use this font in Word I can turn on Bold > and Italic. > What do I have to do to get this working? > > Best regards, > > Peder > > 2011/2/1 Eric Douglas <[email protected]> >> >> You're referencing normal and bold triplets with one font file name. >> They're normally separate files. >> ________________________________ >> From: Peder [mailto:[email protected]] >> Sent: Tuesday, February 01, 2011 8:26 AM >> To: [email protected] >> Subject: Problem regarding font substitution >> >> Hi all, >> I ran across a problem regarding font substitution. >> I use font 'x' for my main output. Whenever I come across characters which >> are not included in my font 'x' I want to use the ArialUnicodeMS as >> catch-all. >> So on the fo:root element I specified: font-family="ArialUnicodeMS" >> But now when I come across the following fo:inline >> <fo:inline font-weight="bold">Kişar Vari</fo:inline> >> The text does not appear bold in the PDF >> How come? >> In my fop configuration I specified the following entry for the >> ArialUnicodeMS font: >> <font metrics-url="/location to >> fonts/ARIALUNI.xml" kerning="true" >> embed-url="/location to fonts/ARIALUNI.TTF"> >> >> <font-triplet name="ArialUnicodeMS" style="normal" weight="normal"/> >> <font-triplet name="ArialUnicodeMS" style="normal" >> weight="bold"/> >> <font-triplet name="ArialUnicodeMS" style="italic" >> weight="normal"/> >> <font-triplet name="ArialUnicodeMS" style="italic" >> weight="bold"/> >> </font> >> Do I have to change my configuration? >> When I run the transformation I receive the following message: >> WARN Event >> groupId=org.apache.fop.fonts.FontEventProducer,id=org.apache.fop.fonts.FontEventProducer.fontSubstituted,key=fontSubstituted,params={requested=ArialUnicodeMS,normal,700, >> effective=ArialUnicodeMS,normal,400} >> How can I prevent this from happening and get the bolded name? >> Best regards, >> Peder >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
