2003/10/29 03:48:13
[org.ibex.core.git] / src / org / xwt / Glyph.java
index 0cb1b29..efe2ad0 100644 (file)
@@ -29,6 +29,7 @@ public class Glyph {
            else Freetype.renderGlyphs(res, pointsize, (int)c, (int)c, glyphCache);
            if ((Glyph)glyphCache.get(res, new Integer((((int)c) << 16) | pointsize)) == null)
                throw new JS.Exn("error rendering glyph " + c + "; glyph is null");
+           Log.log(Freetype.class, "    done rendering glyphs for font " + res.getDescriptiveName());
        }
        ThreadMessage.resumeThread();
     }