Message Boards Message Boards

1
|
3779 Views
|
0 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Export in version 10 is not compatible with Symbol font?

Posted 9 years ago

By default all versions of Mathematica replace Greek letters with corresponding letters from Mathematica's own font and do not allow to use custom font for them without modifying files in the SystemFiles directory (you can find here how the latter is possible).

But before version 10 there was a workaround allowing to Export to PDF Greek letters as Plain (non-Italic) letters by using the "Symbol" system font (at least on Windows). Here is an example how it was possible to export the Greek letter "?" from the Symbol font into PDF:

myAlpha = Style[FromCharacterCode[97], FontFamily -> "Symbol", SingleLetterItalics -> False]
Export["my.pdf", myAlpha]

screenshot

Here is how the exported PDF looks when opened by Acrobat (the letter "?" is selectable!):

screenshot

But when I repeat the above procedure in Mathematica 10.2 I get a PDF which looks as follows in Acrobat:

screenshot

Is it a bug? Is it possible with Mathematica 10 to Export to PDF graphics containing glyphs from the Symbol font?

POSTED BY: Alexey Popkov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract