Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: font-patcher: Respect gap values in source font #943

Merged
merged 1 commit into from
Oct 7, 2022

Commits on Sep 26, 2022

  1. font-patcher: Respect gap values in source font

    [why]
    We just ignore specified gaps in the source fonts (i.e. set them to
    zero). This reduces the line spacing in the patched font (because the
    gap is missing).
    
    [how]
    Distribute the gap INTO the cell, so that we can work with zero gap (we
    need that for the powerline glyphs), and still keeping the powerline
    glyphs centered about the regular glyphs AND keeping the total line
    spacing.
    
    Idea-by: Tushar Singh <tusharvickey1999@gmail.com>
    
    Fixes: #850
    
    Reported-by: Joe Bolts
    Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
    Finii committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    81a9e36 View commit details
    Browse the repository at this point in the history