CLI tool to rename Font Family in TTF files.
renafont is a simple command-line tool written in Go that allows you to rename the Font Family name in TTF (TrueType Font) files.
- Rename
Font Familynames in TTF files - Easy to use CLI interface
To install the renafont tool, you need to have Go installed on your system. Then you can use the following command to install it:
go install github.com/asalvi0/renafont@latestTo use the renafont tool, simply run the following command:
renafont -input <input-ttf-file> -output <output-ttf-file> -name <new-font-family-name>-input: The path to the input TTF file.-output: The path to the output TTF file.-name: The newFont Familyname.
renafont -input oldfont.ttf -output newfont.ttf -name "New Font Family"Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the GPL-3.0 license. See the LICENSE file for details.