What's font used for terminal window (unix) in EAP?

Answered

What's font used for terminal window in EAP?
I want to use same font for my Xubuntu terminal.

0
2 comments

Terminal uses whatever font you've configured in IDE:

 

Default Monospaced font can be mapped to different fonts depending on the OS and even on Linux distribution and window manager. It's hard to tell which exact font is used for you:

Logical fonts are the five font families defined by the Java platform which must be supported by any Java runtime environment: Serif, SansSerif, Monospaced, Dialog, and DialogInput. These logical fonts are not actual font libraries. Instead, the logical font names are mapped to physical fonts by the Java runtime environment. The mapping is implementation and usually locale dependent, so the look and the metrics provided by them vary. Typically, each logical font name maps to several physical fonts in order to cover a large range of characters.

You need to restart the IDE after changing the font because of https://youtrack.jetbrains.com/issue/IDEA-132932.

0

Please sign in to leave a comment.