Hi,

my major issue is about math symbols and symbols in general.
Just I had an issue about the symbol font on windows, now I use the
GNU FreeFonts instead of the windows fonts, because they delivered
the wrong character presentation.

Now I want to set the fallback to the ArialUnicode.
You can see I set the Arial to "any".
In my SVG I use the Glyph  "bracerightvertical", one time as
"lucida sans unicode" (this does the thrid party math exporter) and
one time I use "Arial"

If Arial is set as font-family the glyph is drawn.
The log mentioned that lucida is replaced by any.
Any is configured to Arial Unicode.
But FOP is look on Helvetica for the vertical braces.

So my question is how to configure the fop right that the major fallback will 
map to
this Arial Unicode? (so that also other fonts, I don't know today, will have a 
lookup on
the Arial Unicode)

Attached you will find my current configuration, fo File, pdf and the SVG.
Thanks for your help.
Best Regards

Markus


Attachment: external.pdf
Description: external.pdf

Attachment: external.fo
Description: external.fo

<?xml version="1.0"?>
<fop version="1.0">
  <base>.</base>
  <font-base>../fonts/</font-base>
  <hyphenation-base>./hyph/</hyphenation-base>
  <source-resolution>72</source-resolution>
  <target-resolution>300</target-resolution>
  <strict-validation>false</strict-validation>
  <default-page-settings height="11in" width="8.26in"/>
  <renderers>
    <renderer mime="application/pdf">
      <filterList>
        <value>flate</value>
      </filterList>
      <fonts>
        <font kerning="yes" embed-url="ARIALUNI.ttf"> 
          <font-triplet name="any"         style="normal" weight="normal" /> 
          <font-triplet name="any"         style="normal" weight="bold" /> 
          <font-triplet name="any"         style="italic" weight="normal" /> 
          <font-triplet name="any"         style="italic" weight="bold" />
          <font-triplet name="Helvetica"   style="normal" weight="normal" /> 
          <font-triplet name="Helvetica"   style="normal" weight="bold" /> 
          <font-triplet name="Helvetica"   style="italic" weight="normal" /> 
          <font-triplet name="Helvetica"   style="italic" weight="bold" />
          <font-triplet name="*"           style="normal" weight="normal" /> 
          <font-triplet name="*"           style="normal" weight="bold" /> 
          <font-triplet name="*"           style="italic" weight="normal" /> 
          <font-triplet name="*"           style="italic" weight="bold" />
          <font-triplet name="Arial"       style="normal" weight="normal" /> 
          <font-triplet name="Arial"       style="normal" weight="bold" /> 
          <font-triplet name="Arial"       style="italic" weight="normal" /> 
          <font-triplet name="Arial"       style="italic" weight="bold" />           
        </font>
        
                <!-- FONT: ZapfDingbats -->
        <font kerning="yes" embed-url="ZapfDingbats.ttf"> 
          <font-triplet name="ZapfDingbats" style="normal" weight="normal" />
          <font-triplet name="ZapfDingbats" style="normal" weight="bold" /> 
          <font-triplet name="ZapfDingbats" style="italic" weight="normal" /> 
          <font-triplet name="ZapfDingbats" style="italic" weight="bold" /> 
        </font>

        <!-- FONT: Serif [substitutions for Times and Symbol]-->
        <font kerning="yes" embed-url="FreeSerif.ttf"> 
          <font-triplet name="Times New Roman" style="normal" weight="normal" /> 
          <font-triplet name="serif"           style="normal" weight="normal" /> 
          <font-triplet name="Serif"           style="normal" weight="normal" /> 
          <font-triplet name="Symbol"          style="normal" weight="normal" /> 
        </font> 

        <font kerning="yes" embed-url="FreeSerifItalic.ttf"> 
          <font-triplet name="Times New Roman" style="italic" weight="normal" />
          <font-triplet name="serif"           style="italic" weight="normal" /> 
          <font-triplet name="Serif"           style="italic" weight="normal" /> 
          <font-triplet name="Symbol"          style="italic" weight="normal" /> 
        </font> 

        <font kerning="yes" embed-url="FreeSerifBold.ttf"> 
          <font-triplet name="Times New Roman" style="normal" weight="bold" /> 
          <font-triplet name="serif"           style="normal" weight="bold" /> 
          <font-triplet name="Serif"           style="normal" weight="bold" /> 
          <font-triplet name="Symbol"          style="normal" weight="bold" /> 
        </font>

        <font kerning="yes" embed-url="FreeSerifBoldItalic.ttf"> 
          <font-triplet name="Times New Roman" style="italic" weight="bold" /> 
          <font-triplet name="serif"           style="italic" weight="bold" /> 
          <font-triplet name="Serif"           style="italic" weight="bold" /> 
          <font-triplet name="Symbol"          style="italic" weight="bold" /> 
        </font> 
      </fonts>
    </renderer>
    <renderer mime="image/svg+xml">
      <format type="paginated"/>
      <link value="true"/>
      <strokeText value="false"/>
    </renderer>
  </renderers>
</fop>
---------------------------------------------------------------------
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