diff options
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 6cf8b096e..bfa588b7c 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -198,6 +198,7 @@ class Clip { void rtl_draw(const char* s, int n, int x, int y); void font(int face, int size); double width(const char *, int); + double width(unsigned int u); void text_extents(const char *c, int n, int &dx, int &dy, int &w, int &h); int height(); int descent(); |
