From: Jean-Philippe Bruyère Date: Sat, 5 Feb 2022 03:54:10 +0000 (+0100) Subject: typo in readme X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=ce43dbcf6f4c8c5a29acaebdb425187958c9a63f;p=jp%2Fvkvg.git typo in readme --- 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: