2025-12-23
i've written all the opentype-feature logic, it's live!
see the font repo for all the spicy details.
but seriously, i need now to do the boring part. test, test, test and tweak.
also i want to create a version of the font that is rotated 90 degrees to the left,
because then it'll behave correctly like it should. right now the letter blocks are placed
left-to-right, but they should stack top-to-bottom instead.
since computing is western-oriented (latin-oriented), vertical scripts aren't well supported,
i might have to do this rotation manually for it to work.
i've written all the opentype-feature logic, it's live! see the font repo for all the spicy details. but seriously, i need now to do the boring part. test, test, test and tweak.
also i want to create a version of the font that is rotated 90 degrees to the left, because then it'll behave correctly like it should. right now the letter blocks are placed left-to-right, but they should stack top-to-bottom instead. since computing is western-oriented (latin-oriented), vertical scripts aren't well supported, i might have to do this rotation manually for it to work.