https://github.com/x1unix/convttf
Rockbox's convttf tool with cmake
https://github.com/x1unix/convttf
Last synced: about 1 month ago
JSON representation
Rockbox's convttf tool with cmake
- Host: GitHub
- URL: https://github.com/x1unix/convttf
- Owner: x1unix
- Created: 2021-07-24T05:48:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T05:51:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T07:16:14.132Z (3 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convttf
Convttf - TTF to FNT font converter for Rockbox firmware.
## Description
Source of this tool was taken from [rockbox repo](https://github.com/mguentner/rockbox/blob/master/tools/convttf.c).
Unfortunately, project's main Makefile is quite outdated. This repo contains an updated cmake project and can be built on modern systems.
## Build
* Clone the repo
* Generate makefile with `cmake`
* `make`