Use the sliders to design your own custom characters for my text engine! This projects uses arcs to render the characters which may be confusing at first. You can draw straight lines with an arc by setting the width or height to zero and set the other to a high number. You can change what arc of the character you are editing by using the orange arrows at the top of the screen. The arc you are editing will be drawn in orange.
I've been interested in making a font/text engine for a while and I finally did it! This is built for the pen text engine I am building that will be released soon. ▬▬▬UPDATES▬▬▬ V0.3.0 8-31-17 Added edit button. Doesn't work the way you might expect, as it reloads the character when you check it. V0.2.0 8-15-17 Changed the saving if characters so decimals would round to the nearest hundredth. V0.1.1 7-13-17 Fixed some bugs. V0.1.0 7-13-17 Basic editor that allows for editing arcs using variables with sliders, quite a few sprites for buttons, and exporting the font created!