From f658209d25477c490bf1892e68a0fd1384c1dded Mon Sep 17 00:00:00 2001
From: scuri <scuri>
Date: Tue, 23 Jun 2009 20:55:28 +0000
Subject: *** empty log message ***

---
 test/simple/simple.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

(limited to 'test')

diff --git a/test/simple/simple.c b/test/simple/simple.c
index c9ba361..c75398b 100644
--- a/test/simple/simple.c
+++ b/test/simple/simple.c
@@ -978,10 +978,12 @@ int SimpleDrawTextAlign(void)
 
   use_vector = 0;
 
-  //if (use_vector)
-  //  cdVectorTextDirection(0, 0, 1, 1);
-  //else
-  //  cdTextOrientation(45);
+#if 0
+  if (use_vector)
+    cdVectorTextDirection(0, 0, 1, 1);
+  else
+    cdTextOrientation(45);
+#endif
 
   xoff = w/4;
   yoff = h/7;
@@ -991,7 +993,7 @@ int SimpleDrawTextAlign(void)
   else
   {
     //cdFont(CD_TIMES_ROMAN, CD_PLAIN, 14);
-    cdFont(CD_HELVETICA, CD_PLAIN, 18);
+    cdFont(CD_HELVETICA, CD_PLAIN, 24);
   }
 
   for (i = 0; i < 12; i++)
-- 
cgit v1.2.3