X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fxwt%2FFont.java;h=19c1a5cc900d53f4c40bf38a72829c34d0c12c4c;hp=9f1fad4165671f3685c899b0989d1d1c71fb1140;hb=ff3815a13aa6a57852f28c789f8a8d22f2a1f26e;hpb=0b0673bbc7f06c5d5418d5ab7ad5961a464e2de0 diff --git a/src/org/xwt/Font.java b/src/org/xwt/Font.java index 9f1fad4..19c1a5c 100644 --- a/src/org/xwt/Font.java +++ b/src/org/xwt/Font.java @@ -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 {