LoginSignup
3
3

More than 5 years have passed since last update.

PyCharmのフォントがおかしい、文字化けするときの対処

Posted at

自分用に、すぐ忘れるのでメモ。

こんな画面が出てきて悲しい気持ちになる。
キャプチャ.PNG

そんなときは、PyCharmをインストールしたフォルダの中にあるファイルに1行追加すれば良い。

対象ファイル:
JetBrains/PyCharm X.X/bin/pycharm.exe.vmoptions

追記するコード
-Dawt.useSystemAAFontSettings=on

PyCharmを終了。追記して保存
キャプチャ2.PNG

これで無事にコードがかける。嬉しい。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3