From f13defde281dbd383dbc21488154a109dff50b40 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 24 Apr 2009 09:28:30 +0000 Subject: 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 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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 -- cgit v1.2.3