Sublime Forum

How to improve font rendering that is not English?

#1

After the sublime3143 version, the Asian font display is not very beautiful, is there an improved method? Is there a setting option? (Windows10 system)

VS Code shows normal:

Sublime shows deformation:

1 Like

#2

You may try to add

	"font_options":
	[
		"gdi",
	],

to your preferences to use the old font rendering method.

The latest stable build is 3176 by the way.

1 Like

#3

have you tried build 3181?

1 Like

#4

Thank you for your help, it seems that the setting options can not improve the font, I am using 3176

1 Like