Releases: britzl/defold-richtext
Defold RichText 5.8.0
CHANGE: RichText now supports nested and overlapping tags.
Defold RichText 5.7.0
NEW: Added support for a limited set of HTML entities (> < and
)
Defold RichText 5.6.0
NEW: Added shadow and outline tags (<shadow=color>foobar</shadow>
and <outline=color>foobar</outline>
)
Defold RichText 5.5.1
FIX: Combined words now correctly calculate line length
Defold RichText 5.5.0
NEW: Added support for combining words of the same style on a line into a single node to reduce node count. This is achieved by passing combine_words = true
in the settings.
Defold RichText 5.4.1
FIX: Zero width metrics didn't apply the word size to the metrics height which results in linebreaks of the wrong height
Defold RichText 5.4.0
CHANGE: Text nodes now also get their outline set to the same color as the fill color.
Defold RichText 5.3.0
NEW: UTF8 support. Thanks Dmitriy!
Defold RichText 5.2.0
NEW: Added support for the a
anchor tab to easily handle clickable words
FIX: Generated nodes are assigned unique ids
Defold RichText 5.1.1
FIX: Empty lines didn't get the proper text metrics for height. This caused problems with multiple consecutive linebreaks