britzl / defold-richtext

Defold-RichText is a system to create styled text based on an HTML inspired markup language
MIT License
75 stars 12 forks source link

Add support for right-to-left text #52

Open britzl opened 4 years ago

britzl commented 4 years ago

Use utf8.reverse() on the text before using it.

Use either a config value dir=rtl|ltr or a new <dir=rtl|ltr> tag