Dave:
It's not clear what you are doing here. I think you should have this:
<font-family name='berling' embed='true' subset='true'>
<font embed="true" subset="true">
<font-data otf="path-to-my-berling-font.otf"/>
</font>
</font-family>
<font-family name='SymbolStd' embed='true' subset='true'>
<font embed="true" subset="true">
<font-data otf="path-to-my-SymbolStd-font.otf"/>
</font>
</font-family>
Then in the document, you would have:
<fo:block font-family="berling">This is text and <fo:inline font-family="SymbolStd">β </fo:inline></fo:block>
Or even ...
<fo:block font-family=”berling, SymbolStd”>This is text and β</fo:block>
Using a font-selection-strategy of character-by-character. This would look through all fonts in the font-family list to find the glyph in question.
Kevin
-----Original Message-----
From: Dave Pawson [mailto:dave.pawson@gmail.com]
Sent: Thursday, August 04, 2011 5:24 AM
To: kevin@renderx.com; RenderX Community Support List
Subject: Re: [xep-support] Re: Missing glyphs
On 4 August 2011 13:16, Kevin Brown <kevin@renderx.com> wrote:
> Dave:
>
> I would suspect you are using a font that does not contain the glyphs.
> Reporting on the existence within a font of each and every character within
> that document is not something that would be recommended in a software
> package.
>
> If you know you have Greek characters, then you should select a font with
> those characters.
Two font files.
First one, berling I'm using for English characters.
Within the config file I have also
<font-family name='berling' embed='true' subset='true'>
...
<font embed="true" subset="true">
<font-data otf=".../SymbolStd.otf"/>
</font>
</font-family>
I know the SymbolStd font file has the Greek glyphs.
The output isn't using them.
How to specify this please?
regards Dave
>
> Kevin Brown
> RenderX
>
> -----Original Message-----
> From: xep-support-bounces@renderx.com
> [mailto:xep-support-bounces@renderx.com] On Behalf Of Dave Pawson
> Sent: Thursday, August 04, 2011 5:02 AM
> To: RenderX Community Support List
> Subject: [xep-support] Missing glyphs
>
> Given some embedded Greek,
> I see big holes in the PDF output, but no error or fallback
> noted on the command line.
>
> How to get this reported as a problem please?
>
> regards
>
> --
> Dave Pawson
> XSLT XSL-FO FAQ.
> Docbook FAQ.
>
> !DSPAM:87,4e3a8a1d63731472746405!
>
>
> _______________________________________________
> (*) To unsubscribe, please visit
> http://lists.renderx.com/mailman/options/xep-support
> (*) By using the Service, you expressly agree to these Terms of Service
> http://w
> ww.renderx.com/terms-of-service.html
>
> _______________________________________________
> (*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
> (*) By using the Service, you expressly agree to these Terms of Service http://w
> ww.renderx.com/terms-of-service.html
>
-- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk
_______________________________________________
(*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
(*) By using the Service, you expressly agree to these Terms of Service http://w
ww.renderx.com/terms-of-service.html
Received on Thu Aug 4 05:39:42 2011
This archive was generated by hypermail 2.1.8 : Thu Aug 04 2011 - 05:39:46 PDT