Flex TLF multilingual (Korean & Chinese)
Hi,
I am using text layout framework in my application. I am using RichEditableText for editing the text.
I used this mainly to provide right to left support for Arabic fonts (luckily which is working fine).
Now in Korean and Chinese language I am able to type but, I am not able to set BOLD and ITALICS properties in all the fonts.
Operating System: Windows XP
Fonts Working: Batang, Dotum, Gulim, Gungsuh
Fonts Not Working: All other fonts are not working Example: Arial, Georgia, Lucida, Times New Roman
Usage:
Var rte:RichEditableText = new Rich…
rte.setStyle(“fontWeight”, FontWeight.BOLD);
rte.setStyle(“fontFamily”, “FontName”);
<BorderContainer>.addElement (rte);
And I am using Flex 4.1
I tried setting the properties using textFlow also but unfortunately that is also not working.
