add README
This commit is contained in:
parent
3f48f819d5
commit
50991c6de2
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Font Helper for Karlos
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- take images containing several chars and break them down into individual images
|
||||||
|
- images containing several consecutive characters in 2D arrangement
|
||||||
|
- images containing several arbitrary characters in 1D arrangement
|
||||||
|
- images containing a single character
|
||||||
|
- build a font automatically out of these individual images
|
||||||
|
- sequential chars are automatically grouped
|
||||||
|
|
||||||
|
## Example
|
||||||
|
run `cargo run -- example/index.json`
|
||||||
Loading…
Add table
Reference in a new issue