From 82844ad2ce2c25183e1cf2ca2c0ab56e7cdac612 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Aug 2024 16:59:00 -0400 Subject: [PATCH] Merge TTF v1.0.0 source files. --- testttf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testttf.c b/testttf.c index 58ef9c2..0bf1fc3 100644 --- a/testttf.c +++ b/testttf.c @@ -3,7 +3,7 @@ // // https://github.com/michaelrsweet/ttf // -// Copyright © 2018-2023 by Michael R Sweet. +// Copyright © 2018-2024 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. @@ -120,6 +120,7 @@ test_font(const char *filename) // I - Font filename printf("ttfCreate(\"%s\"): ", filename); + fflush(stdout); if ((font = ttfCreate(filename, 0, error_cb, NULL)) != NULL) puts("PASS"); else