Add libschrift (#1436)

This commit is contained in:
toge
2023-11-10 15:01:44 +09:00
committed by GitHub
parent 78737875c7
commit 191e46d352

View File

@@ -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] * [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] * [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] * [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 ## Game Engine