aboutsummaryrefslogtreecommitdiffstats
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/demo.c b/demo.c
index 0d0a866..0e9a6d4 100644
--- a/demo.c
+++ b/demo.c
@@ -15,9 +15,10 @@ main(void)
double height;
size_t size, i;
- rendering.smoothing = LIBSKRIFT_SUBPIXEL;
- rendering.subpixel_order = LIBSKRIFT_NONE;
- rendering.flags = LIBSKRIFT_MIRROR_CHARS * 0;
+ rendering.smoothing = LIBSKRIFT_SUBPIXEL;
+ rendering.subpixel_order = LIBSKRIFT_NONE;
+ rendering.flags = LIBSKRIFT_MIRROR_CHARS * 0;
+ rendering.interletter_spacing = -5;
if (libskrift_open_font_file(&font, DEMO_FONT)) {
perror("libskrift_open_font_file");