Skip to content

Instantly share code, notes, and snippets.

@MuhsinFatih
Last active May 17, 2017 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MuhsinFatih/521e3e1f43d5faaf6a762ab0fe333140 to your computer and use it in GitHub Desktop.
Save MuhsinFatih/521e3e1f43d5faaf6a762ab0fe333140 to your computer and use it in GitHub Desktop.
perfect antialiasing and font options for Visual Studio on high-dpi display
/*
(.c extension doesn't mean anything. This is not a configuration file, you are supposed to apply settings below yourself)
To use these settigns you need the 'text sharp' extension available at:
https://marketplace.visualstudio.com/items?itemName=SergeyVlasov.TextSharp
If this doesn't work for you, I suggest you upgrade to visual studio 2017 (after preview).
After this version and following configuration the text is rendered like the rest of the OS,
with proper thickness and beautiful rendering. imo it is just like xcode now
*/
/* Install the extension and go to [settings -> text sharp] */
Text rendering mode: ClearType
Text formatting mode: Ideal
Text hinting mode: Animated
Targets: [Main window, Text views]
/* now go to [settings -> Environment -> Fonts and Colors] */
Font: consolas
Font size: 9
Bold: uncheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment