From 191e46d352574bd8d634450771e229a5866dd96f Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 10 Nov 2023 15:01:44 +0900 Subject: [PATCH] Add libschrift (#1436) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a7416d..c074e57 100644 --- a/README.md +++ b/README.md @@ -493,6 +493,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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] +* [libschrift](https://github.com/tomolt/libschrift) - A lightweight TrueType font rendering library. [ISC] ## Game Engine