Bugs fixed and new functionality:

Functionality:
V "Only numbers" range in the New dialog
V "Specify range" in the New dialog
V "Single frame", "only numbers" and "specify range" as radio buttons
Bugs:
V App allows to create fonts with a gap in symbol cequence!
V File -> New does not check for unsaveed changes!
This commit is contained in:
2025-05-17 03:52:29 +03:00
parent 03ef799381
commit d24143d1a6
4 changed files with 95 additions and 74 deletions

View File

@@ -1,13 +1,15 @@
Application:
v Implement "Save" menu
Functionality:
- Context menu in symbol navigator
- Delete symbols before/after selected
- Shift all symbols on code line (change symbol codes)
- Specify starting code (extends the shift)
- "Only numbers" range in the New dialog
- "Specify range" in the New dialog
- "Single frame", "only numbers" and "specify range" as radio buttons
V "Only numbers" range in the New dialog
V "Specify range" in the New dialog
V "Single frame", "only numbers" and "specify range" as radio buttons
- Ability to make monospaced font variable width one
- Button to Clear/Fill a block
- Undo/Redo
- Image import from a file
@@ -19,3 +21,6 @@ Functionality:
- "Packed" fonts export
Bugs:
V Every char changes its width to default on VarWidth font height change!
V App allows to create fonts with a gap in symbol cequence!
V File -> New does not check for unsaveed changes!