linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.24k stars 93 forks source link

Add configurable tab width (DirectWrite and Pango) #442

Open ForLoveOfCats opened 3 years ago

ForLoveOfCats commented 3 years ago

Adds a tab_width(f64) method to TextLayoutBuilder and implements it for both DirectWrite and Pango. I ran into difficulty implementing it for CoreText primarily due to a lack of physical access to a Mac. I've opened a thread on Zulip going over what I learned about implementing this for CoreText.

JAicewizard commented 3 years ago

Is it a big problem if this stays unimplemented on osx? it also isnt on svg and web. I'd hate for this to stay unmerged for a long time. Maybe colin can implement this for mac (I think they have a mac?)?