From 5879e7fae7d34c037f2ac02c6c7fca86c42a186d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 27 Aug 2024 13:19:58 +0200 Subject: Update comment. --- src/fl_draw.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3