From 5bab2ad2d0b1f3827f55665fe7b1bac98b4726b6 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 30 Jan 2022 15:46:02 +0300 Subject: Use cell width to compute builtin font thickness While using underline thickness could sound logical to draw other lines most fonts don't make underlines thick compared to cell bounding box if you increase font size. So instead we're using cell width to scale builtin font nicely. This commit also adjusts arcs drawing and alignment. Fixes #5826. Fixes #5821. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f48967f..fce012a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters +### Changed + +- Builtin font thickness is now based on cell width instead of underline thickness + ### Fixed - OSC 4 not handling `?` @@ -18,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OSC 104 not clearing colors when second parameter is empty - Builtin font lines not contiguous when `font.offset` is used - `font.glyph_offset` is no longer applied on builtin font +- Buili-in font arcs alignment ## 0.10.0 -- cgit v1.2.3-54-g00ecf