Skip to content

0.15.0

Latest

Choose a tag to compare

@jackpot51 jackpot51 released this 30 Oct 14:42
· 3 commits to main since this release
c82ee1c

Links

Added

  • Add DISABLE_HINTING cache flag
  • Variable font support
  • Add pixel font flag
  • Add ASCII fast path optimization to ShapeWord::build
  • Optimize BidiParagraphs with ASCII fast path
  • Add explicit lifetimes to borrowed return types
  • Implement pixel-based scrolling for the Editor
  • Add alignment paramater to set_text

Fixed

  • Clip based on ascent and descent, not baseline
  • Fix scroll when vertical offset is exactly layout_height
  • Do not ignore font family
  • Transform outline if fake italic provided
  • Fixed Tab indenting the line instead of adding Tab or spaces
  • Update and fix cargo-deny
  • Fix UDHR link
  • If buffer is empty, do not set line ending
  • Better handling of newlines in editor insert and delete
  • Improve handling of non-existant files in load_text
  • Fix delete ranges removing interior newlines

Changed

  • fontdb updated to 0.23
  • Replace rustybuzz with HarfRust
  • Use linebender_resource_handle instead of peniko
  • Upgrade skrifa to 0.37