Skip to content

Commit

Permalink
Boxdrawing: Fix non-monospace glyph
Browse files Browse the repository at this point in the history
[why]
The shifting in the final patched font is broken for the 'blocks'
subset. The reason is that it contains a glyph that is one unit too
small.

[how]
Manually shift the points to make it as wide as the others.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Nov 15, 2024
1 parent 51a8edc commit 6a07537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glyphs/extraglyphs.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -425,14 +425,14 @@ EndChar

StartChar: uni2595
Encoding: 280 9621 24
Width: 1232
Width: 1233
Flags: W
LayerCount: 2
Fore
SplineSet
1094 1950 m 1
1232 1950 l 1
1232 -512 l 1
1233 1950 l 1
1233 -512 l 1
1094 -512 l 1
1094 1950 l 1
EndSplineSet
Expand Down

0 comments on commit 6a07537

Please sign in to comment.