diff options
Diffstat (limited to 'demo.c')
-rw-r--r-- | demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ main(void) return -1; } height = libskrift_points_to_pixels(72, &rendering); - if (libskrift_create_context(&ctx, font, &rendering, height)) { + if (libskrift_create_context(&ctx, &font, 1, height, &rendering)) { perror("libskrift_create_context"); return -1; } |