[PYTHON] What to do when PyCharm font is strange or garbled

Make a note for yourself, as I will forget it soon.

It makes me sad when such a screen appears. キャプチャ.PNG

In that case, just add a line to the file in the folder where you installed PyCharm.

Target file: JetBrains/PyCharm X.X/bin/pycharm.exe.vmoptions

Code to add -Dawt.useSystemAAFontSettings=on

Exit PyCharm. Add and save キャプチャ2.PNG

With this, the code can be applied safely. happy.

Recommended Posts

What to do when PyCharm font is strange or garbled
curl: (60) What to do when Issuer certificate is invalid.
What to do when Japanese is not displayed on matplotlib
What to do when the value type is ambiguous in Python?
What to do if you cat or tail a binary file and the terminal is garbled
[Python] What to do when an error related to SSL authentication is returned
What to do when the warning "The environment is in consistent ..." appears in the Anaconda environment
What to do when a warning message is displayed in pip list
What to do when PermissionError of tempfile.mkstemp occurs
What to do when xlrd.biffh.XLRDError: Unsupported format, or corrupt file: Expected BOF record;
What to do if abort is displayed when inputting camera video in OpenCV
What to do when [Errno 2] No such file or directory appears in Python
[EC2] What to do when selenium is stuck and processing does not proceed
[Go 1.13] What to do when unexpected directory layout: appears
[openpyxl] What to do when IllegalCharacterError appears in pandas.DataFrame.to_excel
What to do when gdal_merge creates a huge file
What to do when raise ValueError, "unsupported hash type"
What to do when "cannot import name xxx" [Python]
pipenv shell is no longer available ... what to do?
What to do if pyenv is not enabled (zsh)
What to do when you can't bind CaboCha to Python
[Python] Type Error:'WebElement' object is not iterable What to do when an error occurs
What to do when is not in the sudoers file.This incident will be reported.
[Python] What to do when No module named'pyproj.datadir' appears when Exe is done with PyInstaller
What to do when only the window is displayed and nothing is displayed in pygame Note
What to do when a Remove Error occurs when updating conda
What to do when there is no response due to Proxy setting in Python web scraping
What to do when Unalignable boolean Series provided as indexer
What to do when a Missing artifact occurs in a jar that is not defined in pom.xml
What to do when an error occurs with import _ssl
What to do if package installation fails when deploying to heroku
What to do when "SSL: CERTIFICATE_VERIFY_FAILED _ssl.c: 1056" appears in Python
OSError: [Errno 40] What to do when Message too long appears
What to do when "Invalid HTTP_HOST header" appears in Django
Why django-import-export import is so slow and what to do
ImportError: No module What to do when you are told
[Beginner] What to do when "[Errno 2] File b'test.csv' does not exist: b'test.csv" is displayed when reading pandas csv
[virtualbox] What to do when [Could not retrieve mirrorlist] appears when yum update is performed on CentOS7
What to do when a part of the background image becomes transparent when the transparent image is combined with Pillow
NameError: global name'dot_parser' is not defined and what to do when it comes up in python
[AWS] What to do when the ping command causes a "timeout"
Python-docx The icon is strange when saved. → Solution (changed to Python-docx → pywin32)
When it is troublesome to copy what you built with vue
What to do when a video cannot be read by cv2.VideoCapture
[Beanstalk] What to do when an error occurs with import uuid
What to do when the jupyterlab extension settings are not reflected
What to do if Insecure Platform Warning appears when running Python
What to do if "Unnamed: 0" is added in to_csv-> read_csv in pandas
What to do if the inode is exhausted on EC2 Linux
What to do when you get "I can't see the site !!!!"
What to do when UnicodeDecodeError occurs during read_csv in pandas (pd.read_table ())
What to do when ModuleNotFoundError: No module named'XXX' occurs in Python
What to do if yum breaks
What to do with Magics install
Tips when Vimmer switches to Pycharm
What to do with PYTHON release?
What to do to get tensorflow-gpu to work
[Mac OS] What to do when Python is not installed as a framework. Is displayed when import matplotlib is performed.
[Python] What to do when PEP8 is violated in the process of importing from the directory added to sys.path
What to do when "Something is already running at port 8000" is displayed when the develop command of Gatsby is executed.
How to write what to do when an application is first displayed in Qt for Python with Designer