diff options
Diffstat (limited to 'documentation/src/drawing.dox')
| -rw-r--r-- | documentation/src/drawing.dox | 11 |
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 |
