Skip to content

Releases: inanevin/LinaVG

LinaVG v1.6.0

07 Aug 16:24
7ad9ed6
Compare
Choose a tag to compare

Changelog

Breaking Changes:

  • Text support is now enforced.
  • Project structure has changed, no more binary distributed. Please use CMake as a recommended way of linking to LinaVG.

LinaVG v1.5.1

18 Jun 10:54
Compare
Choose a tag to compare

Changelog

  • Wrap text bug fixes.

LinaVG v1.5.0

18 Jun 08:48
Compare
Choose a tag to compare

Changelog

  • Bug fixes.
  • Faster text wrapping for both ascii & unicode texts.

LinaVG v1.4.7

11 Jun 20:25
Compare
Choose a tag to compare

Changelog

  • Fix extra character addition to out character information when using wrapped texts.

LinaVG v1.4.6

11 Jun 19:13
Compare
Choose a tag to compare

Changelog

  • Further fixes to whitespace not filling out character info.

LinaVG v1.4.5

11 Jun 19:07
Compare
Choose a tag to compare

Changelog

  • Fix whitespace not filling out character info.

LinaVG v1.4.4

11 Jun 14:36
Compare
Choose a tag to compare

Changelog

  • Users can now send a pointer to the DrawTextXXX commands to output a vector of character data that provides information about each character's position in the string.

LinaVG v1.4.2

14 May 19:59
Compare
Choose a tag to compare

Changelog

  • Fixes for UTF-8 encoding & C++ 20 support.

LinaVG v1.4.1

08 May 18:31
Compare
Choose a tag to compare

Changelog

  • Better loops over utf-8 encoded texts.

LinaVG v1.4.0

07 May 18:26
Compare
Choose a tag to compare

Changelog

  • Performance optimizations in drawing unicode texts.