Well this is a most interesting issue. The problem with "ℤ" and "℥"
for some reason, from the few I've tried in that range. This is a bug
in xmlgraphics commons, not FOP. I'll try taking a further look at it
tomorrow, I'm not familiar with that code base but I guess there's
only one way to get familiar.

Mehdi

On 28 February 2011 16:20, mehdi houshmand <[email protected]> wrote:
> No I didn't test the double-struck Z, but that definitely is in the
> font, both fontforge and the test PS document I previously mentioned
> display that glyph properly. I'll take a look when I get some time if
> this is still an issue.
>
> Mehdi
>
> On 28 February 2011 16:10, Graeme Kidd <[email protected]> wrote:
>>
>>
>> ----------------------------------------
>>> Date: Mon, 28 Feb 2011 15:59:22 +0000
>>> Subject: Re: FreeSerif Font not working
>>> From: [email protected]
>>> To: [email protected]
>>>
>>> Hi sorry guys, ignore my last email, a clear oversight on my part.
>>> Graeme, the metrics-url aren't necessary any more, they're deprecated.
>>> Remove that from the fop.xconf and it should work (with the test file
>>> you provided). Sometimes the simple things are easy to over look.
>>
>>
>> No worries, we have all been there, I suppose someone should edit the 
>> documentation:
>> http://xmlgraphics.apache.org/fop/1.0/fonts.html
>>
>> Anyway it now correctly picks up the font with the following change:
>>
>> <renderer mime="application/postscript">
>>     <fonts>
>>         <!-- register a particular font -->
>>         <font kerning="yes"  embed-url="fonts/FreeSerif.pfb"
>>             encoding-mode="single-byte">
>>             <font-triplet name="FreeSerif" style="normal" weight="normal"/>
>>         </font>
>>     </fonts>
>> </renderer>
>>
>> However it still is unable to find the blackboard bold z glyph:
>> [WARN ] Glyph "ℤ" (0x2124) not available in font "FreeSerif".
>>
>> Are you saying you are able to generate it fine at your end?
>>
>> Thanks
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to