-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
font-patcher: Do not maximize heavy brackets in Mono
[why] The added heavy brackets are maximized within the cell size as all normal other symbols. But in fact they should not be maximized but rather be the size of 'normal brackets'. Furthermore they are all scaled individually, making the size differences less. [how] Introduce new y-padding parameter (because a negative overlap also acts in x direction, what we do not want. Pad the brackets with 30% (15% top and 15% bottom). This has only effect in Nerd Font Mono fonts. Fixes: #1229 Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters