]> O.S.I.I.S - jp/vkvg.git/commitdiff
typo in readme
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 5 Feb 2022 03:54:10 +0000 (04:54 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 5 Feb 2022 03:54:10 +0000 (04:54 +0100)
README.md

index 82116e24beab6f376174365545b06f47fea014be..a900d587fe5a8a163326415dc50d29b3439fdf41 100644 (file)
--- 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: