From 0aeec8bd19da690db9b88e88005c8a7cdad17c00 Mon Sep 17 00:00:00 2001 From: Anton Mukhin Date: Sat, 17 May 2025 03:58:00 +0300 Subject: [PATCH] It is now possible to have zero width chars in VarWidth fonts --- McBitFont/Form1.Designer.cs | 5 ----- TODO.txt | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/McBitFont/Form1.Designer.cs b/McBitFont/Form1.Designer.cs index 8bfb15a..e97f839 100644 --- a/McBitFont/Form1.Designer.cs +++ b/McBitFont/Form1.Designer.cs @@ -106,11 +106,6 @@ 0, 0, 0}); - this.nudX.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); this.nudX.Name = "nudX"; this.nudX.Size = new System.Drawing.Size(55, 20); this.nudX.TabIndex = 1; diff --git a/TODO.txt b/TODO.txt index acb02d4..bbb0bea 100644 --- a/TODO.txt +++ b/TODO.txt @@ -17,7 +17,7 @@ V "Single frame", "only numbers" and "specify range" as radio buttons - Copy-paste to a symbol with different size - Rectangle selection to mass-paint, shift and mirror pixels - Change height of variable width fonts with ability to choose which side to add pixels to -- Make it possible to have zero width chars in VarWidth fonts +V Make it possible to have zero width chars in VarWidth fonts - "Packed" fonts export Bugs: