summaryrefslogtreecommitdiff
path: root/documentation/src/opengl.dox
diff options
context:
space:
mode:
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