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/osissues.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/osissues.dox') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index d629acfab..069d7975a 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -162,10 +162,10 @@ extern XFontStruct *fl_xfont \par Points to the font selected by the most recent -\ref ssect_Fonts "fl_font()". +\ref drawing_fonts "fl_font()". This is not necessarily the current font of \c fl_gc, which is not set until -\ref ssect_Text "fl_draw()" +\ref drawing_text "fl_draw()" is called. If FLTK was compiled with Xft support, \c fl_xfont will usually be 0 and \c fl_xftfont will contain a pointer to the \c XftFont structure instead. @@ -175,7 +175,7 @@ extern void *fl_xftfont \par If FLTK was compiled with Xft support enabled, \c fl_xftfont points to the xft font selected by the most recent -\ref ssect_Fonts "fl_font()". +\ref drawing_fonts "fl_font()". Otherwise it will be 0. \c fl_xftfont should be cast to XftFont*. -- cgit v1.2.3