sublime3176版中文显示问题

中文显示不正常,一行文字不齐;使用以下方法:
工具栏 -> Preferences
选择Settings
"font_options": ["gdi"],加入到文件中

{
	"font_options": ["gdi"],
	"font_face": "Consolas",
	"font_size": 14,
	"ignored_packages":
	[
		"Vintage"
	]
}
posted @ 2018-09-24 15:26  line126  阅读(274)  评论(0)    收藏  举报