Open md-rifatkhan opened 8 months ago
or any alternative font that support end ayah symbol
+1
For a tmp solution, use text_uthmani_tajweed
instead of text_uthmani
I use text_uthmani_tajweed and I get the same issue
I located the letter that was causing the issue in that font. My workaround for the KFQC Hafs font (until a permanent solution is provided) is:
function replaceArabicAlefWithSuperAlef($text) {
return str_replace("ٲ", "ٰ", $text);
}
I hope this well help others @md-rifatkhan I did not check the entire quran data for any other errors.