summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-08-27 19:59:11 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2018-08-27 19:59:11 +0300
commitec1f4c3ed217f66224eb4385e07e6d6d0ad57f18 (patch)
tree5e9ac6bd6d56396a6164b6a5cd019b1ba3ddbcd0 /examples
parent4705736c8dafbda9ed262d9d399544ba1881a1d8 (diff)
Disable font hinting in video example
Diffstat (limited to 'examples')
-rw-r--r--examples/example_complex.c1
1 files changed, 0 insertions, 1 deletions
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, ...