Tabs are not laid out properly #3
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#8 TextBox does not render tabs
tomo/backend
Reference: tomo/typeset#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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