From ce43dbcf6f4c8c5a29acaebdb425187958c9a63f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 5 Feb 2022 04:54:10 +0100 Subject: [PATCH] typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82116e2..a900d58 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ cmake .. Those libraries are enabled by default, but disabled if not found. * `-DVKVG_USE_FONTCONFIG=true`: enable FontConfig to resolve font's names. -* `-DVKVG_USE_FREETYPE=true`: enable FreeType to render glyphs, if false glyphs are rendered with stb_freetype. +* `-DVKVG_USE_FREETYPE=true`: enable FreeType to render glyphs, if false glyphs are rendered with stb_truetype. * `-DVKVG_USE_HARFBUZZ=true`: enable harfbuzz for text shaping. ##### Tests options: -- 2.47.3