Files re-arrange in the repo; Screenshots; Update readme.md

This commit is contained in:
Anton Mukhin
2023-05-16 09:58:17 +03:00
parent cc63ce349a
commit 232b543a35
10 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,37 @@
# McBitFont
pixel based Font to C arrays converter
McFLY's Bit Font and Image Editor
Features:
- Generate a project based on a font installed in the system
- Basic pixel manipulations: shift, flip, invert, etc...
- Save / Load your project for later edits
- Export as a C array in different formats
Requires .Net Framework 4.7+
Some basic hints on the interface:
- Mouse 1 to mark a puxel black
- Mouse 2 to mark a puxel white
- Drag the mouse holding a button to draw pixels
- Mouse Scroll to scroll up and down
- Crtl + scroll to scroll left and right
- Shift + scroll to zoom
Download in the Releases section!
### Screenshots:
Main window
![Main window](/images/Screenshot_01.png)
New project dialog
![New project](/images/Screenshot_02.png)
Export dialog
![Export](/images/Screenshot_03.png)