gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] journals tjl


From: Asko Soukka
Subject: [Gzz-commits] journals tjl
Date: Mon, 11 Aug 2003 07:19:17 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    journals
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/08/11 07:19:17

Modified files:
        .              : tjl 

Log message:
        handle fontfile-not-found, without crashing Java

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/journals/tjl.diff?tr1=1.125&tr2=1.126&r1=text&r2=text

Patches:
Index: journals/tjl
diff -u journals/tjl:1.125 journals/tjl:1.126
--- journals/tjl:1.125  Mon Aug 11 04:57:45 2003
+++ journals/tjl        Mon Aug 11 07:19:16 2003
@@ -75,6 +75,17 @@
 
 - lego controller calibration
 
+- handle fontfile-not-found, without crashing Java
+  * glmosaictext/src/Text.cxx:FTFont calls FT_New_face(), which
+    returns an error value and exception FTFont::Error() is
+    raised via GLMosaicText::gotError()
+  * exception should be catched propably at
+    libvob/src/jni/Font.cxx:createFontImpl() and an error
+    value should be returned to Java side
+  * error value should be catched on Java side
+    (seemingly org.nongnu.libvob.gl.GL.Font's constructor)
+    and a Java exception should be raised
+
 Features
 """"""""
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]