diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-27 13:19:58 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-27 13:20:04 +0200 |
| commit | 5879e7fae7d34c037f2ac02c6c7fca86c42a186d (patch) | |
| tree | b00e3a982891344c9ba379a5ae63e1e5a79887eb | |
| parent | 008d71f5b7c121335bc2de620cf7cddfaa0f8d70 (diff) | |
Update comment.
| -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 |
