在sublime text 3中,Preference, Settings-User,最后加上一行
"dpi_scale": 1.0
{ "auto_complete_triggers": [ { "characters": "qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP", "selector": "text, source, meta, string, punctuation, constant" } ], "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", "default_line_ending": "unix", "dpi_scale": 1.0, # 显示中文 "font_size": 25, # 字体大小 "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "AngularJS", "IntelliSense", "JavaScript", "Local History", "Vintage", "Vintageous" ], "show_encoding": true, "tab_size": 4, # tab对于的空格 "theme": "Numix.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "update_check": false, "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?", "word_wrap": true }