From 64dd2cfa6836c4e590624bb2c95e59343f7fa8c0 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 28 Dec 2010 12:45:28 +0000 Subject: Added right-to-left text drawing to PostScript graphics driver. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index ad9111f16..96ac6fb08 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -119,6 +119,7 @@ class Clip { */ void draw(const char* s, int n, int x, int y) {transformed_draw(s,n,x,y); }; void draw(int angle, const char *str, int n, int x, int y); + void rtl_draw(const char* s, int n, int x, int y); void transformed_draw(const char* s, int n, double x, double y); //precise text placing void transformed_draw(const char* s, double x, double y); int alpha_mask(const uchar * data, int w, int h, int D, int LD=0); -- cgit v1.2.3