]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/igl.h
slightly better font handling, enjoy!
[xonotic/netradiant.git] / include / igl.h
index 29bf5f802805a1eef0758a55ac269b3fe5d93faf..b17534576788be97ac47bc78fa75d7c4f54de208 100644 (file)
@@ -1999,6 +1999,8 @@ struct OpenGLBinding
 
   GLuint m_font;
   int m_fontHeight;
+  int m_fontAscent;
+  int m_fontDescent;
 
   /// \brief Renders \p string at the current raster-position of the current context.
   void drawString(const char* string) const