aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/frame/gfxconf.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-30 03:56:51 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-30 03:56:51 +0200
commit5389ff4ad0be5fd630785ff9cbbe4ac53a814c0b (patch)
tree2e54b777ec141ded0715998e49fb8766392c65c1 /demos/modules/gwin/frame/gfxconf.h
parent54221783a041966eb8a4073bf882b97c5d6b2020 (diff)
downloaduGFX-5389ff4ad0be5fd630785ff9cbbe4ac53a814c0b.tar.gz
uGFX-5389ff4ad0be5fd630785ff9cbbe4ac53a814c0b.tar.bz2
uGFX-5389ff4ad0be5fd630785ff9cbbe4ac53a814c0b.zip
Updated frame demo code
Diffstat (limited to 'demos/modules/gwin/frame/gfxconf.h')
-rw-r--r--demos/modules/gwin/frame/gfxconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/modules/gwin/frame/gfxconf.h b/demos/modules/gwin/frame/gfxconf.h
index 6809013d..12760cdb 100644
--- a/demos/modules/gwin/frame/gfxconf.h
+++ b/demos/modules/gwin/frame/gfxconf.h
@@ -35,6 +35,9 @@
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_CLIP TRUE
#define GDISP_NEED_TEXT TRUE
+ #define GDISP_NEED_ANTIALIAS TRUE
+ #define GDISP_NEED_UTF8 TRUE
+ #define GDISP_NEED_TEXT_KERNING TRUE
#define GDISP_INCLUDE_FONT_UI2 TRUE
#define GDISP_NEED_CIRCLE TRUE
#define GDISP_NEED_CONVEX_POLYGON TRUE