Skip to content

Releases: SixLabors/Fonts

v1.0.0-beta8

25 Jan 01:17
87f0ad3
Compare
Choose a tag to compare
v1.0.0-beta8 Pre-release
Pre-release

Advisories and Breaking Changes

  • The build target has been increased in this release from netstandard 1.1 to netstandard 1.3

Release Notes

Release Stats: 12 pull requests from 6 contributors!

Bug

  • Fix incorrect glyph index check - #91 via @Jjagg
  • Fix FontDescription.LoadDescription throws ArgumentException - #98 via @dlemstra
  • Fix class name - #99 via @dlemstra
  • Fix FontDescription.LoadDescription throws NullReferenceException - #101 via @dlemstra

Code Quality

Documentation

Enhancement

1.0.0-beta5

24 May 20:31
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

New font APIs for exposing metrics and improved text positioning.

1.0.0-beta3

17 Nov 10:52
94d9db6
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • Adds new netstandard 2.0 target framework and updates core dependency

1.0.0-beta

13 Sep 19:41
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

This is an initial alpha release of the library it supports

  • Reading font description (name, family, subname etc plus other string metadata)
  • Loading True type fonts
  • Loading WOFF fonts
  • Load all compatable fonts from local machine store (windows only at the moment)
  • Measuring Text
  • Rendering Text (to a supplied interface).
  • Word wrapping and Text aligning support.

Initial Alpha Release

05 Mar 15:09
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release

This is an initial alpha release of the library it supports

  • Reading font description (name, family, subname etc plus other string metadata)
  • Loading True type fonts
  • Loading WOFF fonts
  • Load all compatable fonts from local machine store (windows only at the moment)
  • Measuring Text
  • Rendering Text (to a supplied interface).
  • Word wrapping and Text aligning support.