Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eprilx authored Oct 31, 2021
1 parent 2d655e9 commit b94a251
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FFDConverter is a tool used for creating/editing custom bitmap fonts for AnvilNe

## Installation

Donwload [lastest release](https://github.com/eprilx/FFDConverter/releases) and run FFDConverter.exe in the command prompt (cmd).
- Donwload [lastest release](https://github.com/eprilx/FFDConverter/releases).
- Run `FFDConverterGUI.exe` (or run FFDConverter.exe in the cmd)

## Building from source
- **[Install .NET 5](https://dotnet.microsoft.com/download/dotnet/5.0)**
Expand Down Expand Up @@ -41,6 +42,10 @@ FFDConverter -l
FFDConverter --fnt2ffd -v FC5 -f fcz_bold_default.ffd -b arialFC5.fnt -o fcz_bold_default.new.ffd
FFDConverter --ffd2fnt -v FC5 -f fcz_bold_default.ffd -o - fcz_bold_default.ffd.fnt
```
❄ GUI:

<img src="sampleImg/guiScreen.png" height="280"/>

- fcz_bold_default.ffd is the file you get when unpack game files.
- arialFC5.fnt is a character descriptions file generated by [BMFont](https://www.angelcode.com/products/bmfont/) or [Hiero](https://github.com/libgdx/libgdx/wiki/Hiero)
- fcz_bold_default.ffd.fnt is a character descriptions file exported from original FFD (fcz_bold_default.ffd)
Expand Down

0 comments on commit b94a251

Please sign in to comment.