summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:05:36 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:52:33 +0100
commitd7af409f426fba1790149499dd26614b137a771a (patch)
tree993bb504957afcd1d8ecc030eb933a6123e98401 /documentation/src/drawing.dox
parent3d53548cfb26fd13234744e2a0d2e8eca5cd5dc2 (diff)
Remove "Figure x.y: " from html image captions
... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues.
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox11
1 files changed, 5 insertions, 6 deletions
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 "<FL/Enumerations.H>". 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