Releases: sysl-dev/SYSL-Text
Releases · sysl-dev/SYSL-Text
v2.2
v2.1
v2.0
v1.9
- Now you can pass a table to the Audio/Font/Image as well as a string if you want to use a local table of assets instead of a global.
- Trailing whitespace is now trimmed by default, a option has been added per textbox to turn it on/off (Defaults to trim)
Fix typo on the string to table function.
v1.8
New Features! (Get Width/Height/Lines, Default Line Height and Scroll)
New Features
[scroll]
- Scroll the textbox position, good for use with setScissor in Love.textbox.get.width, textbox.get.height, textbox.get.lines
- Get the number of lines, the width and height of the text. Note, this will break depending on some text effects, you may want to add some padding.adjust_line_height
- Added a feature to adjust line height without hacking the font.
v1.6 - Animated Text Control
This will allow you to change how animated tags animate by adding =number to the tag. For example, make something really shake with [shake=30]weeeeee[/shake]!.
1.5 (better Unicode support)
This version does not require you to wrap unicode characters [|like this] before sending text.
Slog-Text v1.5
Updates to make the library more stand-alone and not be so tightly bonded to the project to work.
slog-text v 1.0
Version 1.0 of the release, please browse the example.love file in the project for examples and how to use the library.