I am facing an issue with AnnotatingString I have ...
# compose
y
I am facing an issue with AnnotatingString I have a Html String that I get from an API request I then parse that string and convert it to a list of annotating string then I concatinate these strings to get a Annotating String which represent my line when ever I pass the AnnotatingString to my text some characters don't appear for some reason but if I pass to my text AnnotatingString.text what I thought those hidden characters will appear. have anyone faced an issue like this, from my understanding the issue is related to the Arabic diacritics which look like something like this (َ ً ِ ِ ٍ ُ ٌ ْ ّ ) and I think there is a difference between having a word like this أُوْلَٰٓئِكَ. and adding this ُوْلَٰٓ to this َٰٓئِكَ to get this أُوْلَٰٓئِكَ
z
Please file a bug
y
after some further investigating I figured out that the issue was from the font I was using
👍🏻 1