What unit of measurement does NetBeans use for fonts in the editor and GUI? #8569
-
In Tools → Options → Font & Colors → Font, we can set the font size. I thought the size was specified in points (pt), but today I ran a few tests, and it seems the size is actually set in pixels (px). Am I correct? Also, should the unit of measurement be explicitly specified there? For example, in IDEA |
Beta Was this translation helpful? Give feedback.
Answered by
matthiasblaesing
Jun 7, 2025
Replies: 1 comment
-
It is pt:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PavelTurk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is pt:
netbeans/ide/editor.lib2/src/org/netbeans/modules/editor/lib2/view/ViewUtils.java
Lines 133 to 162 in e016f70