With this FOP config:

<fop version="1.0">
  <strict-configuration>true</strict-configuration>
  <renderers>
    <renderer mime="application/pdf">
      <fonts>
        <font embed-url="file:/C:/Windows/FONTS/symbol.ttf">
          <font-triplet name="Symbol" style="normal" weight="normal"/>
        </font>
    :

I'd like to render:

          <inline font-family="Symbol">µ</inline>

But FOP (1.1) says:

WARN org.apache.fop.apps.FOUserAgent .processEvent line 94 - Glyph "µ"
(0xb5, mu) not available in font "SymbolMT".

Is it getting confused because symbol is a Base-14 font?

thanks .. Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to