Tabs are not laid out properly #3

Open
opened 2024-09-03 16:02:16 -06:00 by sashakoshka · 2 comments
Owner

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.

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.
Author
Owner

It also needs to advance to the next tab stop instead of simply inserting spaces - this is rather important

It also needs to advance to the next tab stop instead of simply inserting spaces - this is rather important
sashakoshka added a new dependency 2024-09-03 19:25:32 -06:00
Author
Owner

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tomo/typeset#3
No description provided.