diff options
| author | Manolo Gouy <Manolo> | 2010-12-28 12:45:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-28 12:45:28 +0000 |
| commit | 64dd2cfa6836c4e590624bb2c95e59343f7fa8c0 (patch) | |
| tree | de6e7812ea2b7d9002ff3ebf39618b28794ff77c /FL | |
| parent | b431c1e0e7cec74dfe55d558a42a0f162079b0c1 (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_PostScript.H | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
