Update README.md; Update Font-tester screenshot; Version number in-code update

This commit is contained in:
Anton Mukhin
2025-06-03 11:35:40 +03:00
parent 9cfe8ef5c3
commit 8ca83b7edc
3 changed files with 3 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ namespace McBitFont {
public bool monospaced = false;
private bool modified = false;
private bool prjModified = false;
public const string version = "2.4";
public const string version = "2.5";
public string prjName = "Untitled";
public string prjFileName = "";
public int codepage = 1251;

View File

@@ -20,6 +20,8 @@ Some basic hints on the interface:
- Mouse 1 to mark a pixel black
- Mouse 2 to mark a pixel white
- Drag the mouse holding a button to draw pixels
- Hold Shift to constrain painting horizontally
- Hold Ctrl to constrain painting vertically
- Mouse Scroll to scroll up and down
- Shift + scroll to scroll left and right
- Crtl + scroll to zoom

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB