Skip to content

Commit

Permalink
Modified doc following closure of STR#2990.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Apr 1, 2014
1 parent 2d845e7 commit c44e612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.3 RELEASED: MMM DD YYYY

- removed constraint that lines are limited to 1024 chars in widget labels and browser lines (STR #2990).
- fix crash if Fl_Window::flush() was called, but window not shown() (STR #3028).
- new method Fl::scheme_is(const char *name) returns 1 if current scheme is name.
- Fixed recent MinGW build WRT configure not finding strcasecmp() (STR #2994).
Expand Down
5 changes: 1 addition & 4 deletions documentation/src/drawing.dox
Expand Up @@ -622,9 +622,6 @@ image is drawn above or below the text as specified by the
The \p draw_symbols argument specifies whether or not
to look for symbol names starting with the "@" character.

\par
The text length is limited to 1024 characters per line.

void fl_measure(const char *str, int& w, int& h, int draw_symbols)

\par
Expand All @@ -635,7 +632,7 @@ white space in the string, kerning, etc.
If the incoming \p w is non-zero it will wrap to that width.
\par
Refer to the full documentation for fl_measure() for details
on usage and how to avoide common pitfalls.
on usage and how to avoid common pitfalls.

\see fl_text_extents() -- measure the 'inked' area of a string
\see fl_width() -- measure the pixel width of a string or single character
Expand Down

0 comments on commit c44e612

Please sign in to comment.