Hi, there!
I have problem with font rendering on Windows 7 machine.
Please help with solving!
And I first time get “Unable to rename … error code: 32” the error while installing.
Hi, there!
I have problem with font rendering on Windows 7 machine.
Please help with solving!
And I first time get “Unable to rename … error code: 32” the error while installing.
You can try tuning font_options
(which affects the main editing area) and theme_font_options
(which affects tabs, sidebar, statusbar etc) in the settings. If you want rendering as before, try the options dwrite_cleartype_classic
or dwrite_cleartype_natural
.
Sublime Text makes use of Windows’ ClearType settings to setup font smoothing rather than applying hard coded values.
I was dissatisfied about this change in the first place, too, but with some support found the solution to tune Windows in a way to make text look well again.
This change enables everybody to tune text rendering to personal preferences.
The following post contains my current setup.
Thanks a lot!
The solution is
“font_options”: [“dwrite_cleartype_natural”],
“theme_font_options”: [“dwrite_cleartype_natural”],
The question is solved.
Thank you for attention.