Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi am using two swf to load same font with different language like arabic and English. I Use Font.registerFont() method to register fonts. When i tried two SWFs to register the same font, the last one wins.

What I have tried:

When i tried two SWFs to register the same font, the last one wins.

First swf:-
Font.registerFont(ArialNormal);

Second Swf:-
Font.registerFont(ArialArabic);
Posted
Updated 2-May-16 3:35am
v2
Comments
CHill60 2-May-16 13:16pm    
Why is that surprising?
saravana__ 3-May-16 0:18am    
When i try to register same font with different swf.I cant able to use ArialNormal second font only working fine.If any option is there to customize fontName.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900