aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/gdisp_options.h')
-rw-r--r--src/gdisp/gdisp_options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h
index 51d759d8..c3eec451 100644
--- a/src/gdisp/gdisp_options.h
+++ b/src/gdisp/gdisp_options.h
@@ -387,6 +387,14 @@
* @{
*/
/**
+ * @brief Enable advanced word-wrapping.
+ * @details Only has an effect with @p gdispGDrawStringBox() and @p gdispGFillStringBox()
+ * @details Defaults to FALSE
+ */
+ #ifndef GDISP_NEED_TEXT_WORDWRAP
+ #define GDISP_NEED_TEXT_WORDWRAP FALSE
+ #endif
+ /**
* @brief Enable UTF-8 support for text rendering.
* @details Defaults to FALSE
*/