Skip to content

Commit

Permalink
font-patcher: don't double-shrink heavy angle brackets
Browse files Browse the repository at this point in the history
Fixes: #1611

Co-Authored-By: Fini Jastrow <[email protected]>
  • Loading branch information
gibfahn and Finii authored Apr 22, 2024
1 parent 5a52c80 commit 41aae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ class font_patcher:
0xf0de: {'align': 'c', 'valign': '', 'stretch': 'pa', 'params': {}}
}
SYM_ATTR_HEAVYBRACKETS = {
'default': {'align': 'c', 'valign': 'c', 'stretch': 'pa1!', 'params': {'ypadding': 0.3, 'careful': True}}
'default': {'align': 'c', 'valign': 'c', 'stretch': '^pa1!', 'params': {'ypadding': 0.3, 'careful': True}}
}
SYM_ATTR_BOX = {
'default': {'align': 'c', 'valign': 'c', 'stretch': '^xy', 'params': {'overlap': 0.02, 'dont_copy': box_keep}},
Expand Down

0 comments on commit 41aae1f

Please sign in to comment.