diff options
| author | yuri <yuri> | 2009-04-24 09:28:30 +0000 |
|---|---|---|
| committer | yuri <yuri> | 2009-04-24 09:28:30 +0000 |
| commit | f13defde281dbd383dbc21488154a109dff50b40 (patch) | |
| tree | d2b2725fc4c8054797cc3018abd5e1baef489e2d /test | |
| parent | ca3984892fecd1e2784e65226b2c44d2eba0671b (diff) | |
add fl_draw(int angle, const char* ... functions for rotated text drawing
STR#1840 closed, STR#207 not closed because non-xft functions not implemented
drawing of N Utf8 characters need correction for rotated and not rotated fl_draw functions not solved!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6779 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 79f731f93..eb249b433 100644 --- a/test/Makefile +++ b/test/Makefile @@ -84,6 +84,7 @@ CPPFILES =\ radio.cxx \ resizebox.cxx \ resize.cxx \ + rotated_text.cxx \ scroll.cxx \ shape.cxx \ subwindow.cxx \ @@ -146,6 +147,7 @@ ALL = \ radio$(EXEEXT) \ resize$(EXEEXT) \ resizebox$(EXEEXT) \ + rotated_text$(EXEEXT) \ scroll$(EXEEXT) \ subwindow$(EXEEXT) \ sudoku$(EXEEXT) \ @@ -398,6 +400,8 @@ resize.cxx: resize.fl ../fluid/fluid$(EXEEXT) resizebox$(EXEEXT): resizebox.o +rotated_text$(EXEEXT): rotated_text.o + scroll$(EXEEXT): scroll.o subwindow$(EXEEXT): subwindow.o |
