fontFamily name is not in English. what should I do?
Hi there all,
In TextLayoutFormat, I need to use "Adobe Naskh Medium" Font, as my fontFamily.
(This name is the Font name I see in Fonts folder in windows)
But inside Adobe Flash, I see the font name as "Adobe نسخ Medium"
(the middle part is in Persian language, means Naskh)
If I use this code it doesn't work:
tlf.fontFamily = "Adobe Naskh Medium";
If I use this code, it works fine:
tlf.fontFamily = "Adobe نسخ Medium";
But for Packaging the file I need to use an English name. Right?
So what should I do to rename the Font in English??
By the way, I also tried to name the font to another name like below (i.e AdobeNaskh):

But again this code doesn't work:
tlf.fontFamily = "AdobeNaskh";
What should I do please??
