From 87e29cef828548c397692473683eebd9613b661c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Jan 2016 22:20:15 +0000 Subject: Moving image drawing code into the driver system git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11060 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx') diff --git a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx index afba28c73..0fe187d91 100644 --- a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx +++ b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx @@ -73,7 +73,7 @@ int Fl_OpenGL_Graphics_Driver::descent() { } int Fl_OpenGL_Graphics_Driver::height() { - return (int)(size_*0.8); + return (int)(size_); } void Fl_OpenGL_Graphics_Driver::text_extents(const char *str, int n, int& dx, int& dy, int& w, int& h) -- cgit v1.2.3