From 5ceb8cc593db776e4ae3eadff4c4788fa2791c30 Mon Sep 17 00:00:00 2001 From: Miguel Nischor Neto Date: Fri, 3 Feb 2023 08:14:20 -0400 Subject: [PATCH] Added harfbuzz text shaping library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c11f7ea..8db683a 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Fontconfig](https://gitlab.freedesktop.org/fontconfig/fontconfig) - Font configuration and customization library. [MIT] [website](https://www.freedesktop.org/wiki/Software/fontconfig/) * [FreeType](https://www.freetype.org/) - FreeType is a freely available software library to render fonts. [FTL & GPLv2] * [otfcc](https://github.com/caryll/otfcc) - A C library and utility used for parsing and writing OpenType font files. [Apache-2.0] +* [harfbuzz](https://github.com/harfbuzz/harfbuzz) - A text shaping engine [Old MIT] ## Game Engine