diff options
| -rw-r--r-- | src/fl_draw.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 4f30ecc51..7f1b941ef 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -504,7 +504,9 @@ void fl_draw( \p w to 0 before calling fl_measure() when wrap behavior isn't needed. \param[in] str nul-terminated string - \param[out] w,h width and height of string in current font + \param[in,out] w call with w=0, or with the prefered width for word wrapping, + returns with the width of the string in current font + \param[out] h height of string in current font \param[in] draw_symbols non-zero to enable @@symbol handling [default=1] \code |
