On the picture below Consolas 10pt in Font Manager and in Pycharm 2.7.2 In Pycharm it became small and bold-ish Is there a way to render it similar to Windows style?
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Docker why isn't $USER environment variable se
相关文章
- pycharm上传代码到github,为什么不能指定某一个项目,而是默认上传第一个项目
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Profiling Django with PyCharm
- How to fix this strange error: “RuntimeError: CUDA
- Pycharm Edu 无法运行代码
- Incompatible JavaHl library loaded
- PygraphViz Import Error With PyCharm
- Python - Node.js (V8) runtime is not available on
I replaced OpenJDK with tuxJDK which works for me perfectly.
Here's a screenshot,
To install,
Download the JDK with
wget
or any httpclient.Extract downloaded JDK
Move extracted files to
/usr/lib/jvm
set priorities to tuxjdk as 1
Correct permissions and ownership
Now setup the defaults,
if the terminal shows
"There is nothing to configure"
quit this step.it will prompt a selection window as shown below,
enter the selection number adjacent to tuxjdk (here 2).
do the same for
javac
and select tuxjdk if it exists.It's a problem with OpenJDK's font rendering. So all you need is to swap OpenJDK to Sun JDK and fonts will look normal.
Here's how you do it:
After the installation finishes, if you wish to see if it was successful, you can run the following command:
It should return something like this:
To automatically set up the Java 7 environment variables, you can install the following package:
How to install Oracle JDK in Ubuntu
UPD
I forgot the main thing. In your .profile, enter this:
Alternatively, if you want to set font settings to specific applications, in this case, pycharm - instead of modifying .profile, you can edit pycharm/bin/pycharm64.vmoptions file and add this: