Why does MATLAB display font type "Helvetica" differently on Linux OS?
5 ビュー (過去 30 日間)
古いコメントを表示
Ever since I started using R2014a+ version of matlab on my Linux workstation, I found that the Helvetica font displayed in my graphs look different.
For example, on my Linux, my figure looks like this:

On my mac, the same font looks like the Helvetica I have been using:

If I run
get(gca, 'fontname')
I get
ans =
Helvetica
on both systems.
How can I have MATLAB installed on Linux display the ordinary Helvetica? Thanks ahead of time!
0 件のコメント
回答 (1 件)
Thorsten
2015 年 9 月 7 日
編集済み: Thorsten
2015 年 9 月 7 日
There is some art and science involved in how a font is displayed best on a monitor, a process known as hinting. Different OS use different algorithms so the fonts will look different.
3 件のコメント
Walter Roberson
2015 年 9 月 8 日
Is it possible that R2014b is the version that changed rather than 2014a?
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!