Add ability to embed font.

This commit is contained in:
2023-11-13 18:19:25 -08:00
parent 2f3cab6310
commit df8d7164bb
3 changed files with 48 additions and 13 deletions

View File

@@ -19,6 +19,13 @@ Display FPS:
make DFLAGS="-D ENABLE_FPS=1"
```
# Embed Fonts
```
xxd -i iosevka-bold.ttf > iosevka_bold.h
make DFLAGS="-D EMBED_FONTS=1"
```
# Run
```
./pingpong