05-11-2020, 10:55 PM
(05-11-2020, 06:15 PM)rich2005 Wrote: If it is any help.
Using the Arnold font: Longest path definitely first and clock-wise. The hole anti-clockwise.
A different font 'Simply Rounded' Two clock-wise holes first, then the longest anti-clockwise.
screenshot: https://i.imgur.com/tZqR4WY.jpg
kubuntu 18.04 / Gimp 2.10.14
Sort of what I expected alas. So I'm looking for a more robust algorithm. All those I envision all involve figuring out which stroke is completely enclosed by which other one. I had such a (crude) algorithm in OPE's Break text path apart, but your Anabelle font demonstrates that it is not robust enough, so I'm using a better algorithm (known algorithm, I just need to write a decent python implementation).