Printing from Editor/Command Window uses huge font
10 次查看(过去 30 天)
显示 更早的评论
When I print from either the editor or command window - including printing to a pdf - the text size is greatly enlarged and stretched horizontally slightly. Additionally, when I copy and paste text into an external text editor, it pastes in a much larger (size 25) font.
I suspect the problem originates from my ultra high-res screen (3200x1800). I had previously downloaded the workaround patch for Bug Report ID 1054442.
Within page setup under the print menu, I have tried both using the editor font and a custom font. Using a custom font with a font size of 2 prints a reasonable size, but the text is again stretched horizontally.
Has anyone else experienced this issue?
0 个评论
回答(3 个)
Usha Duddu
2015-7-31
Hi Daniel
It is my understanding that when you print from either editor or command window, the size of the text is enlarged. The issue is due to ultra high resolution monitor. Solution:
1. Run 'toggleHighDPISupport.p' instead of 'toggleHighDPISupport.m' file file from the bug report.
2. After the execution of that file, check if output is 'High DPI support is now on'.
3. Restart MATLAB for changes to take effect.
4.Execute the following 2 commands to check the High DPI support settings
>> s = Settings;
>> s.matlab.desktop.HighDPISupport
Hope this resolves your issue.
-Usha
0 个评论
Roy Hogan
2022-2-10
I am running 2019b (windows 10) on a 3840x2160 monitor and when I print from the editor, the fonts are huge. I have tried adjusting the settings options found by "right-clicking" on the executable file. Nothing I have found in the string of responses above that has solved the issue. It will likely be something simple, but I'm at a dead-end now. Any suggestions... Thank you for your help!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!