Revision: 3180
          http://vexi.svn.sourceforge.net/vexi/?rev=3180&view=rev
Author:   mkpg2
Date:     2008-11-06 03:44:55 +0000 (Thu, 06 Nov 2008)

Log Message:
-----------
Change font loading message to include information about the glyph that 
triggered it. This is to help with the workaround whereby one preloads glyphs 
to avoid having the font switched (costly and destabalizing with nestedvm).

Modified Paths:
--------------
    trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java

Modified: trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java    2008-11-06 
02:01:40 UTC (rev 3179)
+++ trunk/core/org.vexi.core/src/org/vexi/graphics/Font.java    2008-11-06 
03:44:55 UTC (rev 3180)
@@ -189,7 +189,7 @@
         try {
             Log.debug(Font.class, "rasterizing glyph " + glyph.c + " of font " 
+ glyph.font);
             if (Font.loadedStream != glyph.font.stream) {
-               Log.warn(Font.class, "loading font stream " + 
glyph.font.stream);
+               Log.warn(Font.class, "loading font stream " + glyph.font.stream 
+ " ("+glyph.c+","+glyph.font.pointsize+")");
                loadFontByteStream(glyph.font.stream);
             }
             


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to