Fonts appear differently in Mac and Windows

I am currently using Matlab 2012b on my own macbook and Matlab 2010b on the Windows computer in my lab. It seems that the fonts of the figures generated by "plot" appear differently on the two platform. For example, the .fig file created on Windows cannot display well on my mac: the texts of the axes and legends are of smaller font size on mac than on Windows. How can I find a solution to this problem since I may have to work on both platforms?

답변 (2개)

Walter Roberson
Walter Roberson 2013년 4월 13일

0 개 추천

One thing to double-check is the screen resolution. My MacBook Pro is operating at 1680 x 1050, which is a higher resolution than MS Windows defaults to. If the same number of pixels are used on both, the characters would look smaller on the higher resolution display.
Font sizes are usually in Units 'points', which is 1/72 of an inch, so 12 points should in theory translate to more pixels of width on higher resolution displays so as to preserve the width. It has been known for that mechanism to go wrong, though; and it has been known for people to configure their font units to something other than 'points'.

댓글 수: 1

Yujie
Yujie 2013년 4월 13일
Thank you for your answer. I tried on another Windows laptop whose resolution is 1280x800, the same as my macbook, but the problem still exists.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품

질문:

2013년 4월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by