-
Notifications
You must be signed in to change notification settings - Fork 36.6k
Closed
Labels
font-renderingFont rendering issuesFont rendering issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
Description
- VSCode Version: 1.14.1
- OS Version: Windows 10 build 15063
The font Consolas 15pt with "window.zoomLevel": 1.1, is rendered narrowed, comparing to Sublime Text with the same font size:
From these screenshots we may notice the VSCode fonts are a little less weaker than the Sublime Text one. They give the impression VSCode is saving "paint" to draw the lines. From the 3 images, the VSCode is the worst of them. Where Sublime Text is only a little stronger than Notepad++.
How make the VSCode font stronger as the Sublime Text one?
Steps to Reproduce:
- Set the setting
"editor.fontSize": 15, - Set the setting
"window.zoomLevel": 1.1, - Create the text file:
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help > Report Issues to prefill these. -->
- VSCode Version: 1.14.1:
- OS Version: Windows 10 build 15063
Add border options to `selectionBackground` and `findMatchBackground`.
<!-- Launch with `code --disable-extensions` to check. -->
Reproduces without extensions: Yes
Reproduces without extensions: Yes/No
Metadata
Metadata
Labels
font-renderingFont rendering issuesFont rendering issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)


