Panel for character drawing.

Click on cells to drawing.

Info-control panel.

1) Indexes: current id, avialable id.

2) 8 bytes of current character in dec.

3) Attributes of the custom font.

4) 3 save slots into the browser's local storage. Saved all 256 characters and template for text.

0

0

0:

000

1:

000

2:

000

3:

000

4:

000

5:

000

6:

000

7:

000

width 1:

0 +

width 2:

0 +

height:

0 +

Х offset:

0 +

Y offset:

0 +

slot 1:
slot 2:
slot 3:

Big panel with all characters.

For pick a character, click on it.

A character with id 0 not used, because it contains attributes of the font.

Also no reason use characters 1-15, because it is never drawn in pico-8.

snippet's length (last id):

127 +

Snippet of the custom font.

Here generating a snippet of the custom font. Copy & paste it into your pico-8 project. Change last id, if you want regulate the snippet's length.

Template of charachters for text.

It's useful if the custom font does not match the default font of pico-8. In that case set characters in the template acording your own order. A string below generating based on this template.

Warning: the template have two halves. A string is generated based on current half only. So you can use two alternative fonts.

indexes 0-127

indexes 128-255