2003/11/19 06:18:45
[org.ibex.core.git] / src / org / xwt / Font.java
index c9f7566..0de8204 100644 (file)
@@ -85,6 +85,7 @@ public class Font {
         }
         if (!latinCharsPreloaded || encounteredUnrenderedGlyph) Scheduler.add(glyphRenderingTask);
         latinCharsPreloaded = true;
+        if (encounteredUnrenderedGlyph) return -1;
         return ((((long)width) << 32) | (long)(height & 0xffffffffL));
     }