Skip to content

Commit

Permalink
Merge TTF v1.0.0 source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Aug 19, 2024
1 parent d7cce4d commit 82844ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testttf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82844ad

Please sign in to comment.