diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-30 16:37:28 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-30 16:37:28 +0200 |
| commit | cf1c8b1125d58659e080c94280a1c72f8f0ec659 (patch) | |
| tree | 4d6a4bb0f303eeab2e7d5eddfd8902e0bb413d4f /src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | |
| parent | 5341f0e45ead688a0bef59d2a6a30afcd02fadf1 (diff) | |
Fix for issue #438 : Wayland: Text drawing different from Xft version - cont'd.
Diffstat (limited to 'src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H index f412328b3..db12ca9b1 100644 --- a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H +++ b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H @@ -165,7 +165,6 @@ public: void draw(const char* s, int nBytes, float x, float y); void draw(int angle, const char *str, int n, int x, int y); void rtl_draw(const char* str, int n, int x, int y); - int height(); int descent(); double width(const char *str, int n); double width(unsigned c); |
