2003/11/16 09:03:16
[org.ibex.core.git] / src / org / xwt / Font.java
index 9f1fad4..19c1a5c 100644 (file)
@@ -14,7 +14,7 @@ public class Font {
     public final Res res;
     public int max_ascent;
     public int max_descent;
-    boolean latinCharsPreloaded = true;        ///< true if a request to preload ASCII 32-127 has begun
+    boolean latinCharsPreloaded = false;        ///< true if a request to preload ASCII 32-127 has begun
     Glyph[] glyphs = new Glyph[65535];
 
     public static class Glyph {