From 70385593387e1f47549e050c3aaea047a96bc7a2 Mon Sep 17 00:00:00 2001 From: Duncan Gibson Date: Sat, 11 Jul 2020 01:03:09 +0200 Subject: add resize documentation as per STR3433 add resize chapter to documentation, plus images, based on Article #415: How does resizing work? https://www.fltk.org/articles.php?L415 see also https://www.fltk.org/str.php?L3433 --- documentation/src/drawing.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/drawing.dox') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 4e12affb2..3ec17d6c0 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -251,7 +251,7 @@ standard colors and color cube for the first 256 colors. All of these are named with symbols in \ref enumerations "". Example: -\image html fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)" +\image html fltk-colormap.png "Figure 8.1: FLTK default colormap (Fl_Color 0x00 - 0xff)" \image latex fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)" width=6cm Color values greater than 255 are treated as 24-bit RGB @@ -511,7 +511,7 @@ box. The two angles are measured in degrees counter-clockwise from must be greater or equal to \p a1. \par -\image html fl_pie_arc_diagram.png "fl_pie() and fl_arc()" +\image html fl_pie_arc_diagram.png "Figure 8.1: fl_pie() and fl_arc()" \image latex fl_pie_arc_diagram.png "fl_pie() and fl_arc()" width=6cm \par @@ -654,7 +654,7 @@ If \p end is less than \p start then it draws the arc in a clockwise direction. \par -\image html fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)" +\image html fl_arc_xyr_diagram.png "Figure 8.3: fl_arc(x,y,r,a1,a2)" \image latex fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)" width=6cm void fl_circle(double x, double y, double r) -- cgit v1.2.3