/[libvob]/libvob/org/nongnu/libvob/impl/gl/GLTextStyle.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/gl/GLTextStyle.java

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

revision 1.2 by tjl, Fri Mar 7 11:38:22 2003 UTC revision 1.3 by tjl, Mon Mar 17 12:48:19 2003 UTC
# Line 52  public static final String rcsid = "$Id$ Line 52  public static final String rcsid = "$Id$
52          GLTextStyle s = instances[size];          GLTextStyle s = instances[size];
53          if(s == null) {          if(s == null) {
54              if(theStaticFont == null)              if(theStaticFont == null)
55                  theStaticFont = GL.createFont("gfx/fonts/a010013l.pfb", 64);                  theStaticFont = GL.createFont(null, 64);
56              theStaticFont.getWidths(charWidths);              theStaticFont.getWidths(charWidths);
57              if(dbg) for(int i=0; i<256; i++) {              if(dbg) for(int i=0; i<256; i++) {
58                  pa("char '"+((char)i)+"': width "+charWidths[i]);                  pa("char '"+((char)i)+"': width "+charWidths[i]);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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