diff --git a/McBitFont/Export.cs b/McBitFont/Export.cs index 40f23c4..7d59977 100644 --- a/McBitFont/Export.cs +++ b/McBitFont/Export.cs @@ -88,7 +88,7 @@ namespace McBitFont { int imin, jmin, imax, jmax, idir, jdir; if (com) { - //Header comments + // Header comments output += comments["header"]; output += comments["scan_order"] + cbOrder.Text + "\n"; output += comments["scan_hdir"] + cbHDir.Text + "\n"; @@ -107,7 +107,7 @@ namespace McBitFont { } } - //Figure out mins and maxes + // Figure out mins and maxes if (cbOrder.SelectedIndex == 0) { if (cbHDir.SelectedIndex == 0) { // Columns; Left to right diff --git a/TODO.txt b/TODO.txt index 2a8d4a1..7dc7c23 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,10 +5,19 @@ Functionality: - Context menu in symbol navigator - Delete symbols before/after selected - Shift all symbols on code line (change symbol codes) -- Specify starting conde (extends the shift) +- 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 +- Button to Clear/Fill a block - Undo/Redo - Image import from a file -- Import from a text array \ No newline at end of file +- Import from a text array +- 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 +- "Packed" fonts export + +Bugs: +- Every char changes its width to default on VarWidth font height change! \ No newline at end of file diff --git a/examples/Numbers_11x16.mbf b/examples/Numbers_11x16.mbf index 6f70ef5..23c1b32 100644 Binary files a/examples/Numbers_11x16.mbf and b/examples/Numbers_11x16.mbf differ diff --git a/examples/haxrcorp_4089_cyrillic_altgr.mbf b/examples/haxrcorp_4089_cyrillic_altgr.mbf new file mode 100644 index 0000000..a745caf Binary files /dev/null and b/examples/haxrcorp_4089_cyrillic_altgr.mbf differ diff --git a/examples/helvB08_PREFAB.mbf b/examples/helvB08_PREFAB.mbf new file mode 100644 index 0000000..6e650fd Binary files /dev/null and b/examples/helvB08_PREFAB.mbf differ diff --git a/examples/helvB08_t_cyrillic.mbf b/examples/helvB08_t_cyrillic.mbf new file mode 100644 index 0000000..76eef18 Binary files /dev/null and b/examples/helvB08_t_cyrillic.mbf differ