Releases: SixLabors/Fonts
Releases · SixLabors/Fonts
v1.0.0-beta8
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
- Improve CQ - #83 via @iamcarbon
- Improve CQ2 - #84 via @iamcarbon
Documentation
Enhancement
- Update package SL.Core reference + introduce own Guard class - #79 via @antonfirsov
- Drop netstandard1.1 support - #88 via @iamcarbon
- Update Core - #94 via @JimBobSquarePants
- Use HashCode.Combine - #95 via @iamcarbon
- Expose glyph data - #102 via @feliwir
- Update dependencies - #106 via @JimBobSquarePants
1.0.0-beta5
New font APIs for exposing metrics and improved text positioning.
1.0.0-beta3
- Adds new netstandard 2.0 target framework and updates core dependency
1.0.0-beta
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
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.