From d7af409f426fba1790149499dd26614b137a771a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 13 Jan 2021 22:05:36 +0100 Subject: Remove "Figure x.y: " from html image captions ... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues. --- documentation/src/drawing.dox | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation/src/drawing.dox') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index c6b7e1e0f..84747fa03 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -245,10 +245,9 @@ If these bytes are zero, the "I" byte will be used as an index into the colormap. Colors with both "RGB" set and an "I" >0 are reserved for special use. -Values from 0 to 255, i.e. the "I" index value, represent -colors from the FLTK 1.3.x standard colormap -and are allocated as needed on screens without TrueColor support. -The \b Fl_Color enumeration type defines the +Values from 0 to 255, i.e. the "I" index value, represent colors from the +FLTK standard colormap and are allocated as needed on screens without +TrueColor support. The \b Fl_Color enumeration type defines the standard colors and color cube for the first 256 colors. All of these are named with symbols in \ref enumerations "". Example: @@ -834,8 +833,8 @@ Returns the face and size set by the most recent call to \subsection drawing_character_encoding Character Encoding -FLTK 1.3 expects all text in Unicode UTF-8 encoding. UTF-8 is -ASCII compatible for the first 128 characters. International +FLTK 1.3 and later versions expect all text in Unicode UTF-8 encoding. +UTF-8 is ASCII compatible for the first 128 characters. International characters are encoded in multibyte sequences. FLTK expects individual characters, characters that are not part of -- cgit v1.2.3