Closed justvanrossum closed 4 years ago
Oh, thanks, I had not seen that. They don't seem to be covered by skia-python yet, though.
My idea for progress here is:
text()
, FontGoggles-styletext()
textBox()
, either through existing code (if Skia's is any good, then that would be the first choice) or through reinventing wheels if absolutely necessary.
Skia seems to have https://github.com/google/skia/tree/master/modules/skshaper and https://github.com/google/skia/tree/master/modules/skparagraph, not sure if you have seen them or if they are up to the job.