diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-10-30 15:37:55 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-10-30 15:37:55 +0100 |
commit | ee2b82271d7f85dc94c19aed46d42ac8187c79e6 (patch) | |
tree | 8e12867ab632257087d528f4f20708b5aafde80d /gfxconf.example.h | |
parent | 1c7948b9267ae684ef602cbca9d5675d0b0a6281 (diff) | |
download | uGFX-ee2b82271d7f85dc94c19aed46d42ac8187c79e6.tar.gz uGFX-ee2b82271d7f85dc94c19aed46d42ac8187c79e6.tar.bz2 uGFX-ee2b82271d7f85dc94c19aed46d42ac8187c79e6.zip |
Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()
Thanks to Koryagin Dmitry for this contribution
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 9f901fce..387a4b2b 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -73,6 +73,7 @@ //#define GDISP_NEED_MULTITHREAD FALSE //#define GDISP_NEED_STREAMING FALSE //#define GDISP_NEED_TEXT FALSE +// #define GDISP_NEED_TEXT_WORDWRAP FALSE // #define GDISP_NEED_ANTIALIAS FALSE // #define GDISP_NEED_UTF8 FALSE // #define GDISP_NEED_TEXT_KERNING FALSE |