-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Description
Hello Dartisans,
There is a problem with Flutter using a custom font "KFGQPC Uthmanic Script HAFS " with Arabic Text that contains diacritics like Quran
The text with the same font on ios simulator using Xcode is working perfectly
on the other hand, when using flutter the same Text 'يَسَۡٔلُونَ' with the same font is not displayed correctly
this is known issue with Android, I don't know why it appears with flutter although Flutter is using different text engine
Font
The font that used with these two examples is built specially for that and it has good support for that type of writing
http://fonts.qurancomplex.gov.sa/?page_id=35
Direct download link
http://fonts.qurancomplex.gov.sa/download/UthmanicHafs1Ver09Font.zip
the Hex code for the word is
يَسَۡٔلُونَ (25 bytes): "\u64A\u64E\u633\u6E1\u200D\u654\u64E\u644\u64F\u648\u646\u64E"
the diacritics moved to the begining off the letter not the end
Steps to Reproduce & Examples
Xcode sample
Source Code
https://github.com/dahabit/xcode_arabic_test
Source Code
https://github.com/dahabit/flutter-arabic-diacritics-test




