ColdFusion2021 font-family: Traditional Arabic output missing for some names.
I am using ColdFusion2021.
In that using tag and font-family: Traditional Arabic;
<cfdocument format="pdf" orientation="landscape" margintop="2" pagetype="a4" localUrl = "true" fontembed="true">
<table class="tbl" border="1" align="center" width="100%" bordercolor="##AECEFF" style="font-size:16px;" cellspacing="0" cellpadding="5">
<tr>
<td>
<div align="right"><font style="font-family:Traditional Arabic;">#arabic_name#</font></div>
</td>
</tr>
</table>
</cfdocument>
some time some arabic name output showing blank from the list in the PDF.
If using some other font-family in that situation missing name shows but at the same time some words getting missing from the name.
Example:
With Traditional Arabic font(Correct😞
عبد الرؤوف محمد
With this same font-name some name showing blank in PDF.
Without Traditional Arabic font(Wrong😞
عبد الرؤوف مد
