Building a font from this image
Using https://fontforge.org/
Required:
- https://imagemagick.org/ (standard on Ubuntu)
for image in $(find . -wholename "./reference/quantized_png/*.png"); do convert $image -channel RGB -negate ./reference/quantized_inverted_png/$(basename $image);
for image in $(find . -wholename "./reference/quantized_inverted_png/*.png"); do convert $image ./reference/quantized_inverted_bmp/$(basename ${image%.*}).bmp; done
for image in $(find . -wholename "./reference/quantized_inverted_bmp/*"); do potrace --svg $image -o "./reference/traced/$(basename ${image%.*}).svg"; d
one
See https://fontforge.org/docs/tutorial/importexample.html, but click on a letter, Ctrl+Shift+I
. Then, open it, scale it (Ctrl+\
), move it, and move the end baseline.
See https://fontforge.org/docs/tutorial/editexample7.html, but Ctrl+Shift+G
in FontForge.
You can use https://fontdrop.info/, and upload kiranbuilder.woff