since the upgrade to 2.1 (build 310), i notice that the fonts
in developer are different than they used to be.
also, fonts on the user’s screens are different in some
cases as well (labels especially)
i can change the fonts on the labels in my forms, but
can i change the fonts used thruout developer? i tried
using the Font Chooser menu item under the Edit menu
in the method editor, but this doesn’t seem to do anything…
are you seeing this with a complete plain/simple solution without using for example styles?
What is different about the fonts? Are they really different font types? Or is it the size?
Changing fonts throughout the complete solution can be done by styles (and styles are again greatly improved in the comming 2.1.1 release)
i’m seeing this with labels on my forms (some, but not all…)
and in the method editor, with the list of method names at
the bottom-right of the window, but not with form names at
the top right.
also the font used in buttons in dialogs is wrong (it’s
the same “wrong” font everywhere, by the way).
i could send some screen captures if you like.
if you could give me some examples where you see X in 2.0 and Y in 2.1 with the exact same solution.
i opened the servoy.properties file, and found a line:
font=[somefont]
but i can’t remember the name of the font what was there;
it started with the letter “t”.
anyway, i changed it to ArialMT, which is what we use
everywhere else, and the problem was solved.
thanks.