diff options
| author | scuri <scuri> | 2009-06-23 20:55:28 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2009-06-23 20:55:28 +0000 | 
| commit | f658209d25477c490bf1892e68a0fd1384c1dded (patch) | |
| tree | 1d4a2a1088db5ad62acaa3f97f13ccc8906c33b1 /test/simple | |
| parent | 0610dd4f3064220a2e8fb1d8dc120044eb6c64a8 (diff) | |
*** empty log message ***
Diffstat (limited to 'test/simple')
| -rw-r--r-- | test/simple/simple.c | 12 | 
1 files changed, 7 insertions, 5 deletions
| 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++) | 
