2002/10/04 02:09:25
[org.ibex.core.git] / src / org / xwt / XWF.java
index c3d43a2..da6f57b 100644 (file)
@@ -79,9 +79,9 @@ public class XWF {
         for(int i=0; i<text.length(); i++) {
             int c = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~".indexOf(text.charAt(i));
             if (c == -1 || metrics[c] == null) {
-               left += metrics[64] != null ? metrics[64][4] : 10;
-               continue;
-           }
+        left += metrics[64] != null ? metrics[64][4] : 10;
+        continue;
+        }
             buf.drawPicture(pg,
                             left,
                             y - (metrics[c][5] - metrics[c][2]),