[q-lang-cvs] q/modules/ggi/examples font_test.q,1.2,1.3
Brought to you by:
agraef
From: <ag...@us...> - 2003-12-20 18:09:42
|
Update of /cvsroot/q-lang/q/modules/ggi/examples In directory sc8-pr-cvs1:/tmp/cvs-serv28388/examples Modified Files: font_test.q Log Message: cosmetic changes in ggi.q comments and font example Index: font_test.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/ggi/examples/font_test.q,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** font_test.q 20 Dec 2003 03:17:06 -0000 1.2 --- font_test.q 20 Dec 2003 18:09:39 -0000 1.3 *************** *** 14,18 **** INDEX = 0, // pt size and display resolution in pixels ! SIZE = 50, RES = 100, // some colors to play with RED = (0xffff,0,0), GREEN = (0,0xffff,0), BLUE = (0,0,0xffff), --- 14,18 ---- INDEX = 0, // pt size and display resolution in pixels ! SIZE = 50, RES = 72, // some colors to play with RED = (0xffff,0,0), GREEN = (0,0xffff,0), BLUE = (0,0,0xffff), |