-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
507d187
commit 3dcb500
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# FNTTools | ||
## Introduction | ||
FNTTools is a command line application for converting and analyzing Angel Code bitmap font files (.fnt). It is still a work in progress, but it should run on Windows, macOS, and Linux. If you any ideas for new functionality, please create an issue. I don't intend to add generating bitmap fonts, however. | ||
FNTTools is a command line application for converting and inspecting [AngelCode bitmap fonts (.fnt)](http://www.angelcode.com/products/bmfont/). It is available for Windows (x86 and ARM), macOS (x86-64), and Linux (x86-64 and ARM). If you have any ideas for new functionality, please create an issue. I don't intend to add generating bitmap fonts, however. Check out my library [SharpFNT](https://github.com/AuroraBertaOldham/SharpFNT) to read and write AngelCode bitmap fonts in your own C# projects. | ||
|
||
## Download | ||
FNTTools can be downloaded from the releases section. The executables are self-contained so downloading the .NET Core runtime is unnecessary. A side effect of this however is that the executables have a file size of about 30-40MB. | ||
|
||
## Changelog | ||
Available [here](CHANGELOG.md). | ||
|
||
## License | ||
Licensed under [MIT](LICENSE). |