/[gzz]/gzz/gzz/vob/GLTextStyle.java
ViewVC logotype

Diff of /gzz/gzz/vob/GLTextStyle.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by tjl, Sun Oct 6 15:08:02 2002 UTC revision 1.14 by tjl, Mon Oct 7 17:47:55 2002 UTC
# Line 47  public static final String rcsid = "$Id$ Line 47  public static final String rcsid = "$Id$
47          GLTextStyle s = instances[size];          GLTextStyle s = instances[size];
48          if(s == null) {          if(s == null) {
49              if(theStaticFont == null)              if(theStaticFont == null)
50                  theStaticFont = GL.createFont("gfx/fonts/a010013l.pfb", 16);                  theStaticFont = GL.createFont("gfx/fonts/a010013l.pfb", 64);
51              s = new GLTextStyle(theStaticFont, size / (float)16);              s = new GLTextStyle(theStaticFont, 1);
52              instances[size] = s;              instances[size] = s;
53          }          }
54          return s;          return s;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26