Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:44:30.000Z (3 months ago)
- Last Synced: 2024-11-13T01:29:03.276Z (3 months ago)
- Topics: fantasy-console, fonts, png, ttf, vircon32
- Language: C++
- Homepage: https://joyrider3774.github.io/ttftovircon32/
- Size: 46.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
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/ttftovircon32/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/ttftovircon32/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/ttftovircon32?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/ttftovircon32?style=plastic)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]`