Closed simlei closed 4 years ago
@grthor: I tried it in a VM already, looks good to me on Win + Linux :)
Looks smooth now.
My way to solve the problem is to use the font height to calculate the distance between the labels. The font height depends on the DPI and the screen zoom.
gc.getFontMetrics().getHeight()
gets you the font height
addresses #292