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
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'.
Ken Atwell
2013년 4월 22일
0 개 추천
Let us know if this discussion helps:
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!