From ee2b82271d7f85dc94c19aed46d42ac8187c79e6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 30 Oct 2015 15:37:55 +0100 Subject: Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() Thanks to Koryagin Dmitry for this contribution --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') 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 -- cgit v1.2.3