Go to file
KikooDX 111f951a00 add optional arguments for UTF support 2022-02-14 00:23:00 +01:00
.gitignore gint font factory first release 2021-04-15 14:42:41 +02:00
LICENSE gint font factory first release 2021-04-15 14:42:41 +02:00
README add optional arguments for UTF support 2022-02-14 00:23:00 +01:00
gff add optional arguments for UTF support 2022-02-14 00:23:00 +01:00

README

gint font factory
=================
Create image files to be used with fxsdk's fxconv.

Dependencies
------------
Python 3, pillow

Usage
-----
$ gff <font path> <font size> <output image> [initial char index] [char range]
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.