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
- Host: GitHub
- URL: https://github.com/gly-engine/gly-type
- Owner: gly-engine
- License: wtfpl
- Created: 2024-10-09T23:16:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:38:12.000Z (over 1 year ago)
- Last Synced: 2025-06-07T23:50:53.099Z (about 1 year ago)
- Language: C
- Homepage: https://gamelly.github.io/gly-type/
- Size: 14.6 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.txt
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);
```