<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoPlainText>Dave:<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>It's not clear what you are doing here. I think you should have this:<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><font-family name='berling' embed='true' subset='true'><o:p></o:p></p><p class=MsoPlainText><font embed="true" subset="true"><o:p></o:p></p><p class=MsoPlainText> <font-data otf="path-to-my-berling-font.otf"/><o:p></o:p></p><p class=MsoPlainText></font><o:p></o:p></p><p class=MsoPlainText></font-family><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><font-family name='SymbolStd' embed='true' subset='true'><o:p></o:p></p><p class=MsoPlainText><font embed="true" subset="true"><o:p></o:p></p><p class=MsoPlainText> <font-data otf="path-to-my-SymbolStd-font.otf"/><o:p></o:p></p><p class=MsoPlainText></font><o:p></o:p></p><p class=MsoPlainText></font-family><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Then in the document, you would have:<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><fo:block font-family="berling">This is text and <fo:inline font-family="SymbolStd"><b><span style='font-size:16.0pt;color:black'>β</span></b> </fo:inline></fo:block><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Or even ...<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><fo:block font-family=”berling, SymbolStd”>This is text and <b><span style='font-size:16.0pt;color:black'>β</span></b></fo:block><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>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.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Kevin<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>-----Original Message-----<br>From: Dave Pawson [mailto:dave.pawson@gmail.com] <br>Sent: Thursday, August 04, 2011 5:24 AM<br>To: kevin@renderx.com; RenderX Community Support List<br>Subject: Re: [xep-support] Re: Missing glyphs<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>On 4 August 2011 13:16, Kevin Brown <kevin@renderx.com> wrote:<o:p></o:p></p><p class=MsoPlainText>> Dave:<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> I would suspect you are using a font that does not contain the glyphs.<o:p></o:p></p><p class=MsoPlainText>> Reporting on the existence within a font of each and every character within<o:p></o:p></p><p class=MsoPlainText>> that document is not something that would be recommended in a software<o:p></o:p></p><p class=MsoPlainText>> package.<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> If you know you have Greek characters, then you should select a font with<o:p></o:p></p><p class=MsoPlainText>> those characters.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Two font files.<o:p></o:p></p><p class=MsoPlainText>First one, berling I'm using for English characters.<o:p></o:p></p><p class=MsoPlainText>Within the config file I have also<o:p></o:p></p><p class=MsoPlainText><font-family name='berling' embed='true' subset='true'><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>...<o:p></o:p></p><p class=MsoPlainText><font embed="true" subset="true"><o:p></o:p></p><p class=MsoPlainText> <font-data otf=".../SymbolStd.otf"/><o:p></o:p></p><p class=MsoPlainText></font><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText></font-family><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>I know the SymbolStd font file has the Greek glyphs.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>The output isn't using them.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>How to specify this please?<o:p></o:p></p><p class=MsoPlainText>regards Dave<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> Kevin Brown<o:p></o:p></p><p class=MsoPlainText>> RenderX<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> -----Original Message-----<o:p></o:p></p><p class=MsoPlainText>> From: xep-support-bounces@renderx.com<o:p></o:p></p><p class=MsoPlainText>> [mailto:xep-support-bounces@renderx.com] On Behalf Of Dave Pawson<o:p></o:p></p><p class=MsoPlainText>> Sent: Thursday, August 04, 2011 5:02 AM<o:p></o:p></p><p class=MsoPlainText>> To: RenderX Community Support List<o:p></o:p></p><p class=MsoPlainText>> Subject: [xep-support] Missing glyphs<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> Given some embedded Greek,<o:p></o:p></p><p class=MsoPlainText>> I see big holes in the PDF output, but no error or fallback<o:p></o:p></p><p class=MsoPlainText>> noted on the command line.<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> How to get this reported as a problem please?<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> regards<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> --<o:p></o:p></p><p class=MsoPlainText>> Dave Pawson<o:p></o:p></p><p class=MsoPlainText>> XSLT XSL-FO FAQ.<o:p></o:p></p><p class=MsoPlainText>> Docbook FAQ.<o:p></o:p></p><p class=MsoPlainText>> http://www.dpawson.co.uk<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> !DSPAM:87,4e3a8a1d63731472746405!<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> _______________________________________________<o:p></o:p></p><p class=MsoPlainText>> (*) To unsubscribe, please visit<o:p></o:p></p><p class=MsoPlainText>> http://lists.renderx.com/mailman/options/xep-support<o:p></o:p></p><p class=MsoPlainText>> (*) By using the Service, you expressly agree to these Terms of Service<o:p></o:p></p><p class=MsoPlainText>> http://w<o:p></o:p></p><p class=MsoPlainText>> ww.renderx.com/terms-of-service.html<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText>> _______________________________________________<o:p></o:p></p><p class=MsoPlainText>> (*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support<o:p></o:p></p><p class=MsoPlainText>> (*) By using the Service, you expressly agree to these Terms of Service http://w<o:p></o:p></p><p class=MsoPlainText>> ww.renderx.com/terms-of-service.html<o:p></o:p></p><p class=MsoPlainText>><o:p> </o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>-- <o:p></o:p></p><p class=MsoPlainText>Dave Pawson<o:p></o:p></p><p class=MsoPlainText>XSLT XSL-FO FAQ.<o:p></o:p></p><p class=MsoPlainText>Docbook FAQ.<o:p></o:p></p><p class=MsoPlainText>http://www.dpawson.co.uk<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p></div></body></html>