changes made after tupshins reconstruction
[org.ibex.core.git] / src / org / xwt / translators / Freetype.java
index 8665998..c8406db 100644 (file)
@@ -40,6 +40,7 @@ public class Freetype {
 
     public synchronized void renderGlyph(Font.Glyph glyph) throws IOException {
         try {
+            Log.debug(this, "rasterizing glyph " + glyph.c + " of font " + glyph.font);
             if (loadedStream != glyph.font.stream) loadFontByteStream(glyph.font.stream);
             vm.setUserInfo(2, (int)glyph.c);
             vm.setUserInfo(3, (int)glyph.c);