Open benoitkugler opened 3 hours ago
A great idea, however I don't think it is quite that straight forward - I think you also need to have a starting position, because tab alignment is actually relative to the page and not to the first character of a run...
I would like to support setting the width of tabs in a run, following the CSS 'tab-size' property.
That could be exposed with the method
(At a first glance, the implementation would be somewhat similar to
Output.AddWordSpacing
)What do you think ?