From a03ab3b4988f47237fbd3dabe1b6cbdbb9b03fde Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 8 Nov 2020 15:43:34 +0100 Subject: Clarify offscreen drawing documentation ... and rename drawing chapters (sections + subsections) according to our documentation conventions (prefix "drawing_"). documentation/make_pdf: fix copyright year. --- documentation/src/opengl.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src/opengl.dox') diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox index 9d727d87a..793b9834e 100644 --- a/documentation/src/opengl.dox +++ b/documentation/src/opengl.dox @@ -283,7 +283,7 @@ void gl_font(Fl_Font fontid, int size) \par Sets the current OpenGL font to the same font you get by calling -\ref ssect_Fonts "fl_font()". +\ref drawing_fonts "fl_font()". int gl_height()
int gl_descent()
@@ -317,7 +317,7 @@ void gl_draw(const char *s, int x, int y, int w, int h, Fl_Align) Draws a string formatted into a box, with newlines and tabs expanded, other control characters changed to ^X, and aligned with the edges or center. Exactly the same output as -\ref ssect_Text "fl_draw()". +\ref drawing_text "fl_draw()". \section opengl_speed Speeding up OpenGL -- cgit v1.2.3