aliftype / xits

XITS - OpenType implementation of STIX fonts with math support
SIL Open Font License 1.1
351 stars 35 forks source link

Some symbols are missing when exporting as PDF using Word 2013 #44

Closed schlasim closed 8 years ago

schlasim commented 8 years ago

If I use the Word 2013 export as PDF feature, some symbols are missing (see attachments). If I create a PDF using the Microsoft print to PDF function, everything looks fine. bug-in-xits.pdf bug-in-xits-print.pdf

khaledhosny commented 8 years ago

Word’s PDF export does not seem to support CFF fonts at all, it just rasterises them, so I just assume it is a bug in this rasterisation. I think it is not a very good idea to use it with CFF fonts anyway.

schlasim commented 8 years ago

I see. We could close this issue, I guess.

Dom303 commented 8 years ago

Check my answer at this post :) All you have to do, is convert the ".otf" font to a ".ttf". https://github.com/khaledhosny/xits-math/issues/41