From d8c9ca184f29800f6c23d02bc450ea0e67981990 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 11 Mar 2017 14:39:53 +1000 Subject: Fix font baseline_x problem, decrease word-wrap stack usage, add text justification options --- gfxconf.example.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index d4e34a5b..b278ed70 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -84,6 +84,8 @@ //#define GDISP_NEED_STREAMING FALSE //#define GDISP_NEED_TEXT FALSE // #define GDISP_NEED_TEXT_WORDWRAP FALSE +// #define GDISP_NEED_TEXT_BOXPADLR 1 +// #define GDISP_NEED_TEXT_BOXPADTB 1 // #define GDISP_NEED_ANTIALIAS FALSE // #define GDISP_NEED_UTF8 FALSE // #define GDISP_NEED_TEXT_KERNING FALSE -- cgit v1.2.3