Skip to content

Releases: sysl-dev/SYSL-Text

v2.2

03 Aug 19:09
Compare
Choose a tag to compare

Fix: Duplicate one time commands after [newline] or auto [newline] depending on spacing.

v2.1

31 Aug 01:06
Compare
Choose a tag to compare

Write square brackets!

  • For [ use [[]
  • For ], use it freely, as long as you don't have a broken command that has not been closed.

v2.0

15 Jul 20:33
Compare
Choose a tag to compare

New: You can now pass a table to modify character widths, in case your font does something like move the j or q in one pixel. (See example 10)

v1.9

14 Jul 23:54
8d9ea4c
Compare
Choose a tag to compare
  • 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

21 Jul 02:33
7a49427
Compare
Choose a tag to compare

Scroll had a small bug where it would not refresh on sending a new textbox. Corrected it.

New Features! (Get Width/Height/Lines, Default Line Height and Scroll)

25 Apr 21:37
Compare
Choose a tag to compare

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

03 Apr 00:16
Compare
Choose a tag to compare

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)

08 Feb 23:09
Compare
Choose a tag to compare

This version does not require you to wrap unicode characters [|like this] before sending text.

Slog-Text v1.5

03 Dec 00:13
Compare
Choose a tag to compare

Updates to make the library more stand-alone and not be so tightly bonded to the project to work.

slog-text v 1.0

30 Nov 00:55
Compare
Choose a tag to compare

Version 1.0 of the release, please browse the example.love file in the project for examples and how to use the library.