feathersui-openfl
feathersui-openfl copied to clipboard
TextInput and arabic symbols
when I set embedFonts to true in the TextInput the Arabic symbols doesn't work properly, they do not reshape and don't go from right to left but if embedFonts is set to false then it works fine.
any solution, or idea on how to fix this?
thanks
TextInput simply uses an OpenFL TextField. This is likely an issue in OpenFL, and it would need to be addressed there. For now, you'll need to use embedFonts = false
, and try to find a "good enough" device font to use.
thanks for your response.
embedFonts = false works on almost every target except android.
I tried to set another device font for android but it still is using only one default font and the Arabic reshaping and right to left direction don't work.
currently, I am trying to find a solution for android
Closing, since this is an issue with OpenFL.