diff options
author | inmarket <inmarket@ugfx.org> | 2017-03-11 14:39:53 +1000 |
---|---|---|
committer | inmarket <inmarket@ugfx.org> | 2017-03-11 14:39:53 +1000 |
commit | d8c9ca184f29800f6c23d02bc450ea0e67981990 (patch) | |
tree | 04170629b4b1f755fab2eb04eaf711c3571830a7 /gfxconf.example.h | |
parent | 9500ed2bcc8c579bd56f4e4cdb27376ebc727046 (diff) | |
download | uGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.tar.gz uGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.tar.bz2 uGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.zip |
Fix font baseline_x problem, decrease word-wrap stack usage, add text justification options
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |