diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-01 09:44:20 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-01 09:44:20 +0200 |
| commit | 71dedbc88644ff7dd5b8324913dec97dbeef2f41 (patch) | |
| tree | 50b10641cc80aa581f82a09da3d0c33484514a42 /src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | |
| parent | cf1c8b1125d58659e080c94280a1c72f8f0ec659 (diff) | |
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, 1 insertions, 0 deletions
diff --git a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H index db12ca9b1..f412328b3 100644 --- a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H +++ b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H @@ -165,6 +165,7 @@ 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); |
