Releases: SixLabors/Fonts
Releases · SixLabors/Fonts
v2.1.2
What's Changed
- Fix Tracking of Last Line Break by @JimBobSquarePants in #447
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Fix Linebreak issues #443 and #444 by @JimBobSquarePants in #445
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Fix newline handling and whitespace trimming by @JimBobSquarePants in #442
Full Changelog: v2.0.9...v2.1.0
v2.0.9
What's Changed
- Ensure BreakWord wrapping includes at least one glyph by @JimBobSquarePants in #439
- Fix calculation of wrapping advance by @JimBobSquarePants in #440
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Fix vertical alignment of non-vertical glyphs by @JimBobSquarePants in #435
- Rewrite Line Breaker. by @JimBobSquarePants in #438
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Remove all instances of HasFlag by @JimBobSquarePants in #426
- Fix Vertical Layout by @JimBobSquarePants in #432
- Do not insert mandatory break when line is broken by wrapping. by @JimBobSquarePants in #433
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Always create new text run, don't assume behavior. by @JimBobSquarePants in #420
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Fix memory leak in VerticalMetricsTable by @Bykiev in #409
- Fix IDisposable usage by @Bykiev in #411
- Don't use Ceil when measuring. by @JimBobSquarePants in #418
- Use empty anchor as fallback when parsing mark anchors by @JimBobSquarePants in #419
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Apply kerning table offset to correct glyph. by @JimBobSquarePants in #405
- Ensure only trailing whitespace is trimmed. by @JimBobSquarePants in #407
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Update vulnarable SkiaSharp version by @Bykiev in #385
- Fix NullReferenceException in UniversalShaper by @JimBobSquarePants in #391
- Add StringIndex and GraphemeIndex to GlyphBounds by @gerdus in #396
- trim whitespace from EOLs when line split is found by @batwomankt in #395
- Fix character bounds returned by TryMeasureCharacterBounds by @gerdus in #398
New Contributors
- @Bykiev made their first contribution in #385
- @gerdus made their first contribution in #396
- @batwomankt made their first contribution in #395
Full Changelog: v2.0.2...v2.0.3