Group Abstract Group Abstract

Message Boards Message Boards

1
|
5.5K Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

What's the default font for Chinese characters on Mathematica 13.2?

Posted 2 years ago

Hello, When exporting to pdf files, which contains some Chinese characters, from Mathematica 13.2 on Debian 11, which is linux system, the pdf outputed doesn't have any Chinese characters as they are missing. I know it is that in my computer there is not the font the mathematica uses to output Chinese characters. So I need to install the missing font, but what name is it? How can I find the name of the missing font.

Thanks.

POSTED BY: Zhenyu Zeng
3 Replies

Hmm..it's a beautiful font, what is it..SimSun? But where is this font coming from?

There is an empty place in my heart for these Chinese characters, as they are missing. Legend has it that you could find the Current Value and then look for the font family on the front-end.

CurrentValue[$FrontEnd, {"SystemFonts"}]
Style["中文文字", FontFamily -> "STSong"]
Style["中文文字", FontFamily -> "Songti"]

<|"Controls" -> {FontFamily -> ".AppleSystemUIFont", FontSize -> 13}, "Menu" -> {FontFamily -> ".AppleSystemUIFont", FontSize -> 13}, "Panel" -> {FontFamily -> ".AppleSystemUIFont", FontSize -> 10}, "Tooltip" -> {FontFamily -> ".AppleSystemUIFont", FontSize -> 11}|>

\!(* StyleBox["\<\"中文文字\"\>", StripOnInput->False, FontFamily->"STSong"])

\!(* StyleBox["\<\"中文文字\"\>", StripOnInput->False, FontFamily->"Songti"])

systemfonts

songti

stsong

POSTED BY: Dean Gladish
Posted 2 years ago
POSTED BY: Zhenyu Zeng
POSTED BY: Dean Gladish
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard