Sublime Forum

Bad font rendering (Win, 3170)

#1

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.

0 Likes

#2

Before (3143):

0 Likes

#3

After (3170):

0 Likes

#4

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.

0 Likes

#5

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.

0 Likes

#6

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.

0 Likes