[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fop-user
Subject:    AW: AW: AW: Missing glyph error, but font contains glyph
From:       mulos <daniel.strackbein () mbi ! de>
Date:       2015-06-29 13:02:33
Message-ID: 40bdf2b714fa4e3ba6cf4dd46fc408f4 () marokko ! ghana ! mbi ! de
[Download RAW message or body]

I recreated the metrics files for TimesNewRoman. Now it works.

Thanks.

Von: Luis Bernardo [via Apache FOP] [mailto:ml-node+s1065347n42495h8@n5.nabble.com]
Gesendet: Montag, 29. Juni 2015 10:18
An: Daniel Strackbein
Betreff: Re: AW: AW: Missing glyph error, but font contains glyph


Do not use metrics files. They are not needed and are not recommended: \
http://xmlgraphics.apache.org/fop/2.0/fonts.html.

As long as you reference the fonts in the FO file the same way you configure them in \
your config file you can name them any way you want. If you get a warning about \
TimesNewRoman even though you don't have that in your config file then it is likely \
you are not referencing the right font in your FO file.

On 6/29/15 9:48 AM, mulos wrote:
I have the font included in the config-file. Here is the part of the fop.xconf:

      <fonts>
        <font metrics-url="../../shared/fop/conf/times.xml" kerning="yes" \
embed-url="../../shared/fop/fonts/times.ttf">  <font-triplet name="Times" \
style="normal" weight="normal"/>  </font>
        <font metrics-url="../../shared/fop/conf/timesbd.xml" kerning="yes" \
embed-url="../../shared/fop/fonts/timesbd.ttf">  <font-triplet name="Times" \
style="normal" weight="bold"/>  </font>
            <font metrics-url="../../shared/fop/conf/timesi.xml" kerning="yes" \
embed-url="../../shared/fop/fonts/timesi.ttf">  <font-triplet name="Times" \
style="italic" weight="normal"/>  </font>
        <font metrics-url="../../shared/fop/conf/timesbi.xml" kerning="yes" \
embed-url="../../shared/fop/fonts/timesbi.ttf">  <font-triplet name="Times" \
style="italic" weight="bold"/>  </font>
      </fonts>

The warning says:

WARNING: Glyph "?" (0x1e7, gcaron) not available in font "TimesNewRoman".

The times font in the config file is TimesNewRoman. Is it ok to name the \
TimesNewRoman font „Times" or is that the problem?

Thanks,

Daniel

Von: Chris Bowditch [via Apache FOP] [[hidden \
email]</user/SendEmail.jtp?type=node&node=42495&i=0>[hidden \
                email]</user/SendEmail.jtp?type=node&node=42494&i=0>]
Gesendet: Freitag, 26. Juni 2015 17:53
An: Daniel Strackbein
Betreff: Re: AW: Missing glyph error, but font contains glyph

Hi Daniel,

The built in Times Font is embedded within the PDF Viewer. You can't
adjust it. All you can do is tell FOP to use a different Font to render
your XSL-FO. This is done via your fop.xconf file. If you believe you've
done that already, then can you post your fop.xconf file here for review?

Thanks,

Chris

On 24/06/2015 08:24, mulos wrote:

> 
> Thanks, but where can I find the built-in Times font? In my fop\fonts
> – folder I have:
> 
> times.ttf
> 
> timesbd.ttf
> 
> timesbi.ttf
> 
> timesi.ttf
> 
> All of them contain this character. Could this be a codepage problem?
> 
> Daniel
> 
> *Von:*Glenn Adams-2 [via Apache FOP] [[hidden \
> email]</user/SendEmail.jtp?type=node&node=42495&i=1>[hidden email] \
>                 </user/SendEmail.jtp?type=node&node=42467&i=0>]
> *Gesendet:* Dienstag, 23. Juni 2015 18:08
> *An:* Daniel Strackbein
> *Betreff:* Re: Missing glyph error, but font contains glyph
> 
> If you are using the built-in Times font, then it does not include a
> glyph for that character.
> 
> On Tue, Jun 23, 2015 at 9:09 AM, mulos <[hidden email]
> </user/SendEmail.jtp?type=node&node=42466&i=0>> wrote:
> 
> Hi,
> 
> output format is PDF. Font type is TTF.
> 
> If I embedd another font (cambria), the character is found
> correctly. But why? Times contains this character. The config file
> (times.xml) contains it, too.
> 
> Thanks,
> 
> Daniel
> 
> *Von:*Robert Meyer-5 [via Apache FOP] [mailto:[hidden email]
> </user/SendEmail.jtp?type=node&node=42466&i=1>[hidden email]
> <http://user/SendEmail.jtp?type=node&node=42465&i=0>]
> *Gesendet:* Dienstag, 23. Juni 2015 17:00
> *An:* Daniel Strackbein
> *Betreff:* RE: Missing glyph error, but font contains glyph
> 
> Hi,
> 
> Could you provide extra details such as the output format (PDF,
> Postscript, AFP) and the font type you're using (Type1, TTF,
> OpenType)?
> 
> Thanks,
> 
> Robert
> 
> > Date: Tue, 23 Jun 2015 07:34:36 -0700
> 
> 
> > From: [hidden email]
> <http://user/SendEmail.jtp?type=node&node=42464&i=0>
> > To: [hidden email]
> <http://user/SendEmail.jtp?type=node&node=42464&i=1>
> > Subject: Missing glyph error, but font contains glyph
> > 
> > Hi, I get the following error:
> > 
> > Jun 23, 2015 4:28:46 PM org.apache.fop.events.LoggingEventListener
> > processEvent
> > WARNING: Glyph "?" (0x1e7, gcaron) not available in font
> "TimesNewRoman".
> > java version "1.7.0_17"
> > Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
> > Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
> > 
> > This character exists in the times new roman font. Why does this
> message
> > appear?
> > 
> > 
> > 
> > --
> > View this message in context:
> http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463.html
> 
> > Sent from the FOP - Users mailing list archive at Nabble.com.
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]
> <http://user/SendEmail.jtp?type=node&node=42464&i=2>
> > For additional commands, e-mail: [hidden email]
> <http://user/SendEmail.jtp?type=node&node=42464&i=3>
> > 
> 
> ------------------------------------------------------------------------
> 
> *If you reply to this email, your message will be added to the
> discussion below:*
> 
> http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42464.html
>  
> 
> To unsubscribe from Missing glyph error, but font contains glyph,
> click here.
> NAML
> <http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer \
> &id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-na \
> bble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadc \
> rumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>  
> 
> ------------------------------------------------------------------------
> 
> View this message in context: AW: Missing glyph error, but font
> contains glyph
> <http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42465.html>
>  
> 
> Sent from the FOP - Users mailing list archive
> <http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html> at
> Nabble.com.
> 
> ------------------------------------------------------------------------
> 
> *If you reply to this email, your message will be added to the
> discussion below:*
> 
> http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42466.html
>  
> 
> To unsubscribe from Missing glyph error, but font contains glyph,
> click here.
> NAML
> <http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer \
> &id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-na \
> bble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadc \
> rumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>  
> 
> 
> ------------------------------------------------------------------------
> View this message in context: AW: Missing glyph error, but font
> contains glyph
> <http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42467.html>
>  Sent from the FOP - Users mailing list archive
> <http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html> at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]</user/SendEmail.jtp?type=node&node=42486&i=0>
For additional commands, e-mail: [hidden \
email]</user/SendEmail.jtp?type=node&node=42486&i=1>

________________________________
If you reply to this email, your message will be added to the discussion below:
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42486.html
 To unsubscribe from Missing glyph error, but font contains glyph, click here.
NAML<http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_view \
er&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-na \
bble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcru \
mbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>


________________________________
View this message in context: AW: AW: Missing glyph error, but font contains \
glyph<http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42494.html>
 Sent from the FOP - Users mailing list \
archive<http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html> at Nabble.com.


________________________________
If you reply to this email, your message will be added to the discussion below:
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42495.html
 To unsubscribe from Missing glyph error, but font contains glyph, click \
here<http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscrib \
e_by_code&node=42463&code=ZGFuaWVsLnN0cmFja2JlaW5AbWJpLmRlfDQyNDYzfDUzMTE4ODI3Mg==>. \
NAML<http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_view \
er&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-na \
bble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcru \
mbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>





--
View this message in context: \
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42496.html
 Sent from the FOP - Users mailing list archive at Nabble.com.


[Attachment #3 (text/html)]

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><!--[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]-->


<div class="WordSection1">
<p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">I \
recreated the metrics files for TimesNewRoman. Now it works. <o:p></o:p></span></p>
<p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">Thanks.<o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><b><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Von:</span></b><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> Luis Bernardo \
[via Apache FOP] [mailto:ml-node&#43;<a \
href="/user/SendEmail.jtp?type=node&node=42496&i=0" target="_top" rel="nofollow" \
link="external">[hidden email]</a>] <br>
<b>Gesendet:</b> Montag, 29. Juni 2015 10:18<br>
<b>An:</b> Daniel Strackbein<br>
<b>Betreff:</b> Re: AW: AW: Missing glyph error, but font contains \
glyph<o:p></o:p></span></p> <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal"><br>
Do not use metrics files. They are not needed and are not recommended: <a \
href="http://xmlgraphics.apache.org/fop/2.0/fonts.html" target="_top" rel="nofollow" \
link="external"> http://xmlgraphics.apache.org/fop/2.0/fonts.html</a>.<br>
<br>
As long as you reference the fonts in the FO file the same way you configure them in \
your config file you can name them any way you want. If you get a warning about \
TimesNewRoman even though you don't have that in your config file then it is likely \
you are  not referencing the right font in your FO file.<br>
<br>
On 6/29/15 9:48 AM, mulos wrote:<o:p></o:p></p>
</div>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' \
style="border:none;border-left:solid #CCCCCC 1.5pt;padding:0cm 0cm 0cm \
12.0pt;margin-top:5.0pt;margin-bottom:5.0pt"> <div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">I \
have the font included in the config-file. Here is the part of the \
fop.xconf:</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;fonts&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font metrics-url=&quot;../../shared/fop/conf/times.xml&quot; \
kerning=&quot;yes&quot; \
embed-url=&quot;../../shared/fop/fonts/times.ttf&quot;&gt;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font-triplet name=&quot;Times&quot; style=&quot;normal&quot; \
weight=&quot;normal&quot;/&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/font&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font metrics-url=&quot;../../shared/fop/conf/timesbd.xml&quot; \
kerning=&quot;yes&quot;  \
embed-url=&quot;../../shared/fop/fonts/timesbd.ttf&quot;&gt;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font-triplet name=&quot;Times&quot; style=&quot;normal&quot; \
weight=&quot;bold&quot;/&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/font&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-farea \
st-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font metrics-url=&quot;../../shared/fop/conf/timesi.xml&quot; \
kerning=&quot;yes&quot;  \
embed-url=&quot;../../shared/fop/fonts/timesi.ttf&quot;&gt;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font-triplet name=&quot;Times&quot; style=&quot;italic&quot; \
weight=&quot;normal&quot;/&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/font&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font metrics-url=&quot;../../shared/fop/conf/timesbi.xml&quot; \
kerning=&quot;yes&quot;  \
embed-url=&quot;../../shared/fop/fonts/timesbi.ttf&quot;&gt;</span><o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;font-triplet name=&quot;Times&quot; style=&quot;italic&quot; \
weight=&quot;bold&quot;/&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/font&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&lt;/fonts&gt;</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">The \
warning says: </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">WARNING: Glyph \
&quot;?&quot; (0x1e7, gcaron) not available in font \
&quot;TimesNewRoman&quot;.<o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">The \
times font in the config file is TimesNewRoman. Is it ok to name the TimesNewRoman \
font „Times" or is that the problem?<o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">Thanks,</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">Daniel</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:black;mso-fareast-language:EN-US">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Von:</span></b><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> Chris Bowditch \
[via Apache FOP]  [<a href="/user/SendEmail.jtp?type=node&amp;node=42495&amp;i=0" \
target="_top" rel="nofollow" link="external">[hidden email]</a><a \
href="/user/SendEmail.jtp?type=node&amp;node=42494&amp;i=0" target="_top" \
rel="nofollow" link="external">[hidden email]</a>] <br>
<b>Gesendet:</b> Freitag, 26. Juni 2015 17:53<br>
<b>An:</b> Daniel Strackbein<br>
<b>Betreff:</b> Re: AW: Missing glyph error, but font contains \
glyph</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p> <p \
class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi \
Daniel, <br>
<br>
The built in Times Font is embedded within the PDF Viewer. You can't <br>
adjust it. All you can do is tell FOP to use a different Font to render <br>
your XSL-FO. This is done via your fop.xconf file. If you believe you've <br>
done that already, then can you post your fop.xconf file here for review? <br>
<br>
Thanks, <br>
<br>
Chris <br>
<br>
On 24/06/2015 08:24, mulos wrote: <o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br>
&gt; <br>
&gt; Thanks, but where can I find the built-in Times font? In my fop\fonts <br>
&gt; – folder I have: <br>
&gt; <br>
&gt; times.ttf <br>
&gt; <br>
&gt; timesbd.ttf <br>
&gt; <br>
&gt; timesbi.ttf <br>
&gt; <br>
&gt; timesi.ttf <br>
&gt; <br>
&gt; All of them contain this character. Could this be a codepage problem? <br>
&gt; <br>
&gt; Daniel <br>
&gt; <br>
&gt; *Von:*Glenn Adams-2 [via Apache FOP] [<a \
href="/user/SendEmail.jtp?type=node&amp;node=42495&amp;i=1" target="_top" \
rel="nofollow" link="external">[hidden email]</a>[hidden email] <br>
&gt; &lt;/user/SendEmail.jtp?type=node&amp;node=42467&amp;i=0&gt;] <br>
&gt; *Gesendet:* Dienstag, 23. Juni 2015 18:08 <br>
&gt; *An:* Daniel Strackbein <br>
&gt; *Betreff:* Re: Missing glyph error, but font contains glyph <br>
&gt; <br>
&gt; If you are using the built-in Times font, then it does not include a <br>
&gt; glyph for that character. <br>
&gt; <br>
&gt; On Tue, Jun 23, 2015 at 9:09 AM, mulos &lt;[hidden email] <br>
&gt; &lt;/user/SendEmail.jtp?type=node&amp;node=42466&amp;i=0&gt;&gt; wrote: <br>
&gt; <br>
&gt; &nbsp; &nbsp; Hi, <br>
&gt; <br>
&gt; &nbsp; &nbsp; output format is PDF. Font type is TTF. <br>
&gt; <br>
&gt; &nbsp; &nbsp; If I embedd another font (cambria), the character is found <br>
&gt; &nbsp; &nbsp; correctly. But why? Times contains this character. The config file \
<br> &gt; &nbsp; &nbsp; (times.xml) contains it, too. <br>
&gt; <br>
&gt; &nbsp; &nbsp; Thanks, <br>
&gt; <br>
&gt; &nbsp; &nbsp; Daniel <br>
&gt; <br>
&gt; &nbsp; &nbsp; *Von:*Robert Meyer-5 [via Apache FOP] [mailto:[hidden email] <br>
&gt; &nbsp; &nbsp; &lt;/user/SendEmail.jtp?type=node&amp;node=42466&amp;i=1&gt;[hidden \
email] <br> &gt; &nbsp; &nbsp; &lt;<a \
href="http://user/SendEmail.jtp?type=node&amp;node=42465&amp;i=0" target="_top" \
rel="nofollow" link="external">http://user/SendEmail.jtp?type=node&amp;node=42465&amp;i=0</a>&gt;]
 <br>
&gt; &nbsp; &nbsp; *Gesendet:* Dienstag, 23. Juni 2015 17:00 <br>
&gt; &nbsp; &nbsp; *An:* Daniel Strackbein <br>
&gt; &nbsp; &nbsp; *Betreff:* RE: Missing glyph error, but font contains glyph <br>
&gt; <br>
&gt; &nbsp; &nbsp; Hi, <br>
&gt; <br>
&gt; &nbsp; &nbsp; Could you provide extra details such as the output format (PDF, \
<br> &gt; &nbsp; &nbsp; Postscript, AFP) and the font type you're using (Type1, TTF, \
<br> &gt; &nbsp; &nbsp; OpenType)? <br>
&gt; <br>
&gt; &nbsp; &nbsp; Thanks, <br>
&gt; <br>
&gt; &nbsp; &nbsp; Robert <br>
&gt; <br>
&gt; &nbsp; &nbsp; &gt; Date: Tue, 23 Jun 2015 07:34:36 -0700 <br>
&gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; &gt; From: [hidden email] <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=0" target="_top" \
rel="nofollow" link="external">http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=0</a>&gt;
 <br>
&gt; &nbsp; &nbsp; &gt; To: [hidden email] <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=1" target="_top" \
rel="nofollow" link="external">http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=1</a>&gt;
 <br>
&gt; &nbsp; &nbsp; &gt; Subject: Missing glyph error, but font contains glyph <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; Hi, I get the following error: <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; Jun 23, 2015 4:28:46 PM \
org.apache.fop.events.LoggingEventListener <br> &gt; &nbsp; &nbsp; &gt; processEvent \
<br> &gt; &nbsp; &nbsp; &gt; WARNING: Glyph &quot;?&quot; (0x1e7, gcaron) not \
available in font <br> &gt; &nbsp; &nbsp; &quot;TimesNewRoman&quot;. <br>
&gt; &nbsp; &nbsp; &gt; java version &quot;1.7.0_17&quot; <br>
&gt; &nbsp; &nbsp; &gt; Java(TM) SE Runtime Environment (build 1.7.0_17-b02) <br>
&gt; &nbsp; &nbsp; &gt; Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed \
mode) <br> &gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; This character exists in the times new roman font. Why does \
this <br> &gt; &nbsp; &nbsp; message <br>
&gt; &nbsp; &nbsp; &gt; appear? <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; -- <br>
&gt; &nbsp; &nbsp; &gt; View this message in context: <br>
&gt; &nbsp; &nbsp; <a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463.html" \
target="_top" rel="nofollow" link="external"> \
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463.html</a><br>
 &gt; &nbsp; &nbsp; &gt; Sent from the FOP - Users mailing list archive at \
Nabble.com. <br> &gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; &nbsp; &nbsp; --------------------------------------------------------------------- \
<br> &gt; &nbsp; &nbsp; &gt; To unsubscribe, e-mail: [hidden email] <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=2" target="_top" \
rel="nofollow" link="external">http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=2</a>&gt;
 <br>
&gt; &nbsp; &nbsp; &gt; For additional commands, e-mail: [hidden email] <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=3" target="_top" \
rel="nofollow" link="external">http://user/SendEmail.jtp?type=node&amp;node=42464&amp;i=3</a>&gt;
 <br>
&gt; &nbsp; &nbsp; &gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; ------------------------------------------------------------------------ \
<br> &gt; <br>
&gt; &nbsp; &nbsp; *If you reply to this email, your message will be added to the \
<br> &gt; &nbsp; &nbsp; discussion below:* <br>
&gt; <br>
&gt; &nbsp; &nbsp; <a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42464.html" \
target="_top" rel="nofollow" link="external"> \
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42464.html</a><br>
 &gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; To unsubscribe from Missing glyph error, but font contains glyph, \
<br> &gt; &nbsp; &nbsp; click here. <br>
&gt; &nbsp; &nbsp; NAML <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_vie \
wer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam \
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace \
&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro \
=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespace \
s.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod \
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;
 <br>
&gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; ------------------------------------------------------------------------ \
<br> &gt; <br>
&gt; &nbsp; &nbsp; View this message in context: AW: Missing glyph error, but font \
<br> &gt; &nbsp; &nbsp; contains glyph <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42465.html" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42465.html</a>&gt;
 <br>
&gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; Sent from the FOP - Users mailing list archive <br>
&gt; &nbsp; &nbsp; &lt;<a \
href="http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html" target="_top" \
rel="nofollow" link="external">http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html</a>&gt; \
at <br>
&gt; &nbsp; &nbsp; Nabble.com. <br>
&gt; <br>
&gt; ------------------------------------------------------------------------ <br>
&gt; <br>
&gt; *If you reply to this email, your message will be added to the <br>
&gt; discussion below:* <br>
&gt; <br>
&gt; <a href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42466.html" \
target="_top" rel="nofollow" link="external"> \
http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42466.html</a>&nbsp;
 <br>
&gt; <br>
&gt; <br>
&gt; To unsubscribe from Missing glyph error, but font contains glyph, <br>
&gt; click here. <br>
&gt; NAML <br>
&gt; &lt;<a href="http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?mac \
ro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespa \
ces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.N \
odeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro \
=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespace \
s.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.Nod \
eNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml</a>&gt;
 <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; ------------------------------------------------------------------------ <br>
&gt; View this message in context: AW: Missing glyph error, but font <br>
&gt; contains glyph <br>
&gt; &lt;<a href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42467.html" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42467.html</a>&gt;
 <br>
&gt; Sent from the FOP - Users mailing list archive <br>
&gt; &lt;<a href="http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html</a>&gt; at \
Nabble.com. <o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt"><br>
<br>
--------------------------------------------------------------------- <br>
To unsubscribe, e-mail: <a \
href="/user/SendEmail.jtp?type=node&amp;node=42486&amp;i=0" target="_top" \
rel="nofollow" link="external"> [hidden email]</a> <br>
For additional commands, e-mail: <a \
href="/user/SendEmail.jtp?type=node&amp;node=42486&amp;i=1" target="_top" \
rel="nofollow" link="external"> [hidden email]</a> <br>
<br>
<o:p></o:p></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="1" width="100%" noshade="" style="color:#CCCCCC" align="center">
</div>
<div>
<div>
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span \
style="font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#444444">If \
you reply to this email, your message will be added to the discussion \
below:</span></b><o:p></o:p></p> </div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#444444"><a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42486.html" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42486.html</a>
 </span><o:p></o:p></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:18.0pt"> <span \
style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#666666">To \
unsubscribe from Missing glyph error, but font contains glyph, <a href="" \
target="_top" rel="nofollow" link="external">click here</a>.<br> <a \
href="http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_vie \
wer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNam \
espace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace \
&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" \
target="_top" rel="nofollow" link="external"><span \
style="font-size:7.0pt;font-family:&quot;Times New Roman \
,serif&quot;,serif">NAML</span></a> </span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div class="MsoNormal">
<hr size="2" width="300" style="width:225.0pt" align="left">
</div>
<p class="MsoNormal">View this message in context: <a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42494.html" \
                target="_top" rel="nofollow" link="external">
AW: AW: Missing glyph error, but font contains glyph</a><br>
Sent from the <a href="http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html" \
target="_top" rel="nofollow" link="external"> FOP - Users mailing list archive</a> at \
Nabble.com.<o:p></o:p></p> </blockquote>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
<o:p></o:p></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="1" width="100%" noshade="" style="color:#CCCCCC" align="center">
</div>
<div>
<div>
<p class="MsoNormal"><b><span \
style="font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#444444">If \
you reply to this email, your message will be added to the discussion \
below:<o:p></o:p></span></b></p> </div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#444444"><a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42495.html" \
target="_top" rel="nofollow" \
link="external">http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42495.html</a>
 <o:p></o:p></span></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" style="line-height:18.0pt"><span \
style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#666666">To \
unsubscribe from Missing glyph error, but font contains glyph, <a href="" \
target="_top" rel="nofollow" link="external"> click here</a>.<br>
<a href="http://apache-fop.1065347.n5.nabble.com/template/NamlServlet.jtp?macro=macro_ \
viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.Basic \
Namespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamesp \
ace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" \
target="_top" rel="nofollow" link="external"><span \
style="font-size:7.0pt;font-family:&quot;Times New Roman&quot;,serif">NAML</span></a> \
<o:p></o:p></span></p> </div>
</div>




	
	
	
<br/><hr align="left" width="300" />
View this message in context: <a \
href="http://apache-fop.1065347.n5.nabble.com/Missing-glyph-error-but-font-contains-glyph-tp42463p42496.html">AW: \
AW: AW: Missing glyph error, but font contains glyph</a><br/> Sent from the <a \
href="http://apache-fop.1065347.n5.nabble.com/FOP-Users-f3.html">FOP - Users mailing \
list archive</a> at Nabble.com.<br/>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic