gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/org/fenfire/demo buoyoing.py


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/demo buoyoing.py
Date: Sat, 14 Jun 2003 17:15:10 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/06/14 17:15:10

Modified files:
        org/fenfire/demo: buoyoing.py 

Log message:
        turn text colorizing on

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/demo/buoyoing.py.diff?tr1=1.71&tr2=1.72&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/demo/buoyoing.py
diff -u fenfire/org/fenfire/demo/buoyoing.py:1.71 
fenfire/org/fenfire/demo/buoyoing.py:1.72
--- fenfire/org/fenfire/demo/buoyoing.py:1.71   Tue Jun 10 09:02:52 2003
+++ fenfire/org/fenfire/demo/buoyoing.py        Sat Jun 14 17:15:10 2003
@@ -114,7 +114,6 @@
 
 
 textstyle = vob.GraphicsAPI.getInstance().getTextStyle("sans", 0, 24)
-#textnodeview = ff.view.lava.RSTText(fen.txtfunc, textstyle, 1)
 textnodeview = ff.view.TextNodeView(fen.txtfunc, textstyle, 1)
 pagenodeview = ff.view.PageNodeView(fen.txtfunc)
 dispnodeview = ff.view.DispatchingNodeView(fen.txtfunc,
@@ -133,7 +132,7 @@
 context = ff.view.lava.FenPDFContext(fen, ppAct, nodeview)
 context.initMainNodes(2)
 nodeview.setContext(context)
-#textnodeview.setContext(context)
+textnodeview.setContext(context)
 context.setAccursed(noteA1)
 context.setCursorOffset(3)
 context.ppView = irregu




reply via email to

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