I’m displaying Hebrew text in my app, with diacritical marks (punctuation, etc.). These marks get displayed above, below and in the middle of letters. Each word is emitted separately with a display.newText, added to a group.
When I display a string with the marks embedded in the text, all is well with the display.
When I group letters until I come to a diacritical mark, display the letters, then display the diacritical mark, then display more letters, etc., the background for the diacritical mark that might be below a letter overwrites the letter with a white rectangle–obliterating the letter.
Is there a workaround for this? Attempting to set a fill color with a zero Alpha channel:
textObj[WordCount]:setFillColor(0, 0, 0, 0)
on the text object produces an error: “attempt to call method ‘setFillColor’ (a nil value)”
TIA,
-Tom [import]uid: 100708 topic_id: 25171 reply_id: 325171[/import]
[import]uid: 52491 topic_id: 25171 reply_id: 102232[/import]