Forum How do I...?

Latin characters not shown in Amasis MT Std font.

newgen
Latin characters not shown in Amasis MT Std font.

While generating the PDF, some of the Latin characters are not shown in the PDF. Even I didn't get any error/warning from Princexml.


Example in XML
<span>themselves vis-&#x00E0; -vis the Australian state</span>

Princexml output.
themselves vis- -vis the Australian state


Please let me know if I need to add in HTML.
hallvord
Hi, does this HTML file reproduce the problem if you test?
I'm not sure what happens here.. maybe the font claims to support code points it doesn't actually have glyphs for or something odd like that?

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>4360 - latin char in Amasis font</title>
    <style>
      @font-face {font-family: "Amasis MT Std"; src: url("https://db.onlinewebfonts.com/t/41230c6aa265640d7a3d6228ec645a62.woff") format("woff"); }
      p{font-family: "Amasis MT Std";}
    </style>
  </head>
  <body>
    <p>
    Who lives vis-&#x00E0; -vis?
    </p>
  </body>
</html>

Announcement: repos for tests/utils

newgen
Hi Hallvord,

I'm very sure the Amasis MT Std font has Latin characters. I tried with InDesign it has worked.

I tried above html, but it produced character from Times new roman.