Tabs are not laid out properly #3
Notifications
Due Date
No due date set.
Blocks
#8 TextBox does not render tabs
tomo/backend
Reference: tomo/typeset#3
Reference in New Issue
Block a user
Currently, they are rendered like spaces (correct) but are laid out like tofu (incorrect). TypeSetter should have a tab width option that specifies the tab size in either empsaces or single-space widths.
It also needs to advance to the next tab stop instead of simply inserting spaces - this is rather important
This should probably happen in the alignment phase. WordLayouts are separated by whitespace and can be moved around easier, and data from the TypeSetter (tab size, font face) is required