gff/README

24 lines
514 B
Plaintext
Raw Normal View History

2021-04-15 14:11:14 +02:00
gint font factory
=================
Create image files to be used with fxsdk's fxconv.
Dependencies
------------
Python 3, pillow
Usage
-----
2022-02-13 23:57:46 +01:00
$ gff <font path> <font size> <output image> [initial char index] [char range]
2021-04-15 14:11:14 +02:00
Example:
$ gff "$HOME/.fonts/Kenney Future Narrow" 16 kenney_future_narrow.png
SDOUT
-----
The script output is fxconv metadata.
License
-------
Copyright (C) 2021 KikooDX <kikoodx@paranoici.org>
The content of this repository is under the 0BSD license.
See LICENSE for more informations.