It seems like the small dots and circles that we have above some of our characters, gets clipped on iOS with certain fonts. But it’s only on the first line. I’ve tried with adding additional LineSpacing/Padding/Margin but can’t get it fixed. Works fine in the Fuse Preview and on Android.
It appears the iOS API we’re using for rendering does not properly calculate the size of the rendered text. This is resulting in the clipping you are experiencing.
We are planning on using a newer API on iOS which is known to resolve the issue. Unfortunately we cannot find a short-term solution, the defect in the API is known, but remains unfixed.
If it becomes a significant blocker we have some potential workarounds, but they aren’t pretty, and we’d prefer to avoid them.