From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / glx / texfont.c
index 5388efd4f75f94b3d35c28a5cba52fb832433dbd..540db9ffd1d2c95923c2245c10c899212e87566f 100644 (file)
@@ -9,7 +9,6 @@
  * implied warranty.
  *
  * Renders X11 fonts into textures for use with OpenGL.
- * A higher level API is in glxfonts.c.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -274,7 +273,7 @@ load_texture_font (Display *dpy, char *res)
   if (!res || !*res) abort();
 
   if (!strcmp (res, "fpsFont")) {  /* Kludge. */
-    def1 = "-*-courier-bold-r-normal-*-*-140-*-*-*-*-*-*";
+    def1 = "-*-courier-bold-r-normal-*-*-180-*-*-*-*-*-*"; /* also fps.c */
     cache_size = 0;  /* No need for a cache on FPS: already throttled. */
   }