From ec1f4c3ed217f66224eb4385e07e6d6d0ad57f18 Mon Sep 17 00:00:00 2001 From: Tuomas Virtanen Date: Mon, 27 Aug 2018 19:59:11 +0300 Subject: Disable font hinting in video example --- examples/example_complex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/example_complex.c') diff --git a/examples/example_complex.c b/examples/example_complex.c index b8dc6ee..43c4450 100644 --- a/examples/example_complex.c +++ b/examples/example_complex.c @@ -110,7 +110,6 @@ int main(int argc, char *argv[]) { // Allow Kit to use more threads Kit_SetHint(KIT_HINT_THREAD_COUNT, SDL_GetCPUCount() <= 8 ? SDL_GetCPUCount() : 8); - Kit_SetHint(KIT_HINT_FONT_HINTING, KIT_FONT_HINTING_LIGHT); // Open up the sourcefile. // This can be a local file, network url, ... -- cgit v1.2.3