Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fonts Corrupted

All of a sudden, fonts got corrupted on my python editor and I don't know what's the cause or how to go about fixing it.

OS - Windows 10
Editor - PyCharm Community 2016.2.3

Here's what I have tried so far (non of which worked)

  1. Play with DPI scaling and adjusting resolution
  2. Install previous version of pycharm to rule out any possibility of version specific bugs
  3. Try to navigate through PyCharm settings for font configuration
  4. Look up internet

This is how it looks now...

Reference 1

Reference 2

Please help if you have run into similar issue or know of a fix.

like image 426
WeShall Avatar asked Dec 08 '16 13:12

WeShall


1 Answers

Few days back when I got my new laptop with Windows 10 I had tweaked registry to change default font type Segoe UI to Calibri.

All other applications were happy with this change but not PyCharm.

So I reverted the registry settings to default using:

Reset Default System Font Settings (to Segoe UI) in Windows

This is what it looks now.

Fixed

I wish I could have kept using Calibri, but as of now this is what worked.

Thanks to everyone who helped.

like image 59
WeShall Avatar answered Oct 12 '22 06:10

WeShall