Skip to content

Defold RichText 5.17.0

Compare
Choose a tag to compare
@britzl britzl released this 14 Sep 07:09
· 20 commits to master since this release

NEW: Split very long text to fit max width of a line (#67)
NEW: Unknown tags are still set on the words. This can be used in a separate step to do additional processing of the text or to get all words with a custom tag using richtext.tagged(words, tag) (#60)
FIX: Spacing between words was too big (#70)