What's Changed
- Added line size metrics to
blocks
output (#906)line
objects now include a property namedrowAttributes
, which is an object containingascenders
,descenders
, androw_height
metrics- These metrics allow for manual font size calculations that are more accurate than using the
font_size
property.
- Updates to documentation, types, and dependencies
New Contributors
- @Kishlay-notabot made their first contribution in #896
- @k-nero made their first contribution in #922
Full Changelog: v5.0.5...v5.1.0