https://github.com/joyrider3774/ttftovircon32
A Small program that can convert TTF fonts to images and code used by the Vircon32 Textfonts library
https://github.com/joyrider3774/ttftovircon32
fantasy-console fonts png ttf vircon32
Last synced: 25 days ago
JSON representation
A Small program that can convert TTF fonts to images and code used by the Vircon32 Textfonts library
- Host: GitHub
- URL: https://github.com/joyrider3774/ttftovircon32
- Owner: joyrider3774
- License: mit
- Created: 2024-07-22T13:12:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:44:30.000Z (5 months ago)
- Last Synced: 2025-02-04T13:48:33.879Z (3 months ago)
- Topics: fantasy-console, fonts, png, ttf, vircon32
- Language: C++
- Homepage: https://joyrider3774.github.io/ttftovircon32/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ttftovircon32
   A Small program that can convert TTF fonts to images and code used by the Vircon32 [Textfonts library](https://github.com/vircon32/ConsoleSoftware/tree/main/Libraries/TextFonts)
# dependencies
* SDL2
* SDL2_image
* SDL2_ttf# usage
compile using provided make file or use one of the files from release section then use`ttftovircon [path/to/font.tff] [fontpointsize]`