Skip to content

Releases: maltaisn/msdf-gdx

v0.2.1

30 Dec 21:53
v0.2.1
9362e64
Compare
Choose a tag to compare
  • Updated LibGDX to 1.11.0.
  • Add HTML support.

v0.2.0

08 Nov 13:59
41b58f1
Compare
Choose a tag to compare
  • MsdfFontLoader now parses font file to get size (in info tag) and distanceRange
    (in common tag) attributes to avoid having to pass them in the loader parameter.
  • Fixed font texture filters not set when loading without specifying parameter.

v0.1.1

29 Oct 22:59
91ba0ab
Compare
Choose a tag to compare
  • Removed need for GL_OES_standard_derivatives OpenGL extensions in fragment shader. Caused crashes on older OpenGL version/Open GL ES.

v0.1.0

06 Sep 21:40
f7d44b8
Compare
Choose a tag to compare
  • Initial release
  • Shader for drawing MSDF text.
  • Font style class with many options:
    • Font color, size and weight.
    • Glyph shadow with options for color, opacity, offset, smoothing and clipping.
    • Inner glyph shadow with options for color, opacity and smoothing.
  • Font loader for integration with AssetManager.