Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 445 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 445 Bytes

UnicodeRTL

The UnicodeMTeam package was created by MTeam Co

This library can convert Persian and Arabic type script to be able to show in flash TextFields.

Sample 1 : Single line

		textField.text = UnicodeStatic.convert("هلو ورد!");

Sample 2 : Showing long texts in a small textField

  UnicodeStatic.fastUnicodeOnLines(textField,'هلو وردز این مولتی لاین تکست فیلدز.\nنیو لاین');