aboutsummaryrefslogtreecommitdiffstats
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo.c b/demo.c
index 0e9a6d4..dbc20c7 100644
--- a/demo.c
+++ b/demo.c
@@ -17,8 +17,8 @@ main(void)
rendering.smoothing = LIBSKRIFT_SUBPIXEL;
rendering.subpixel_order = LIBSKRIFT_NONE;
- rendering.flags = LIBSKRIFT_MIRROR_CHARS * 0;
- rendering.interletter_spacing = -5;
+ rendering.flags = LIBSKRIFT_MIRROR_CHARS | LIBSKRIFT_MIRROR_TEXT;
+ rendering.interletter_spacing = 2;
if (libskrift_open_font_file(&font, DEMO_FONT)) {
perror("libskrift_open_font_file");