One of the easiest ways to embed fonts into your PicoSystem projects is to convert them into arrays of data that can be pasted directly into the code.
This tool allows you to drag and drop a font image onto the page which is then converted into the PicoSystem fonts format and output as either C++ or Python code to embed.
Font images are 96x64 pixels and contain a grid of character images which are 8x8 pixels each. The top right corner is the space character (ASCII code 32) and they increment across and down the image. You can use the image on the right as a template for your own fonts:
The embeddable code will appear here.