mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-09 01:40:28 -04:00
Having a way to specify that the half-brackets extend upwards but not leftwards avoids all the rendering problems they were previously suffering from. And I've spotted the VT100 scan-line characters, which should be extended to the left but not upwards. Since the middle scan-line is unified with a line-drawing character, they really need to extend leftwards for symmetry, but extending scan-line 1 upwards would be a disaster. So now there are two flags, JOIN_U and JOIN_L, to specify joining in each direction. I've renamed the both-directions flag as JOIN, because it's not just specific to line-drawing any more. I might eventually want a JOIN_D to suppress hinting of the bottom edge of the character, but I need to do some testing first.
Description
No description provided
Languages
C
79.4%
HTML
6.6%
Python
6.2%
PostScript
4.4%
CSS
1.9%
Other
1.5%