- AntiAlias fonts (FTF) now are used in three sizes, like the normal

fonts, and switched based at the window zoom.

  Might be something to tweak when to switch exactly, but it works
  cool!
This commit is contained in:
2003-10-23 18:25:08 +00:00
parent 0c177df766
commit 9efe4b7f9a
7 changed files with 78 additions and 13 deletions

View File

@@ -212,7 +212,7 @@ void start_interface_font(void) {
}
} else {
U.language= 0;
U.fontsize= 11;
U.fontsize= 10;
U.encoding= 0;
#if defined (__APPLE__)