An open API service indexing awesome lists of open source software.

https://github.com/gly-engine/gly-type

a ultra lightweight font renderer and font
https://github.com/gly-engine/gly-type

Last synced: 12 months ago
JSON representation

a ultra lightweight font renderer and font

Awesome Lists containing this project

README

          

# Gly Type Font Render

a ultra lightweight font renderer and font

```c
#include "gly_type_render.h"

// one file, one function. useful a lot!
gly_type_render(x, y, size, "hello world", draw_line_func);
```