Skip to content

Releases: gamelaster/FW1FontWrapper

FW1FontWrapper 1.1

27 Jul 14:09
Compare
Choose a tag to compare

Version 1.1 of the font-wrapper library.

Changes from version 1.0:

  • Added a MeasureString function that returns the bounding rectangle of a string.
  • Tweaked glyph positioning when a string is drawn at fractional coordinates.
  • Correctly set up render states when drawing an empty string, so that subsequent draws can rely on the correct render states to be set up even if the previous string was empty.
  • Added functions to easier convert text to geometry, and batching multiple strings in the same geometry to reduce draw and update calls when drawing many strings.

FW1FontWrapper 1.0

27 Jul 14:07
Compare
Choose a tag to compare

Version 1.0 of the font-wrapper library.