From cf1c8b1125d58659e080c94280a1c72f8f0ec659 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:37:28 +0200 Subject: Fix for issue #438 : Wayland: Text drawing different from Xft version - cont'd. --- src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H') 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); -- cgit v1.2.3