summaryrefslogtreecommitdiff
path: root/documentation/src/opengl.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-11-08 15:43:34 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-11-08 15:43:34 +0100
commita03ab3b4988f47237fbd3dabe1b6cbdbb9b03fde (patch)
tree2e2e729c7a9bc8dd475088ee333460e55b3a2898 /documentation/src/opengl.dox
parentb35010595a1f33f92a996b8ec6fed5c1b51be03f (diff)
Clarify offscreen drawing documentation
... and rename drawing chapters (sections + subsections) according to our documentation conventions (prefix "drawing_"). documentation/make_pdf: fix copyright year.
Diffstat (limited to 'documentation/src/opengl.dox')
-rw-r--r--documentation/src/opengl.dox4
1 files changed, 2 insertions, 2 deletions
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() <br>
int gl_descent() <br>
@@ -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