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

Bugfix/fix octa scale #1199

Merged
merged 2 commits into from
May 3, 2023
Merged

Bugfix/fix octa scale #1199

merged 2 commits into from
May 3, 2023

Conversation

Finii
Copy link
Collaborator

@Finii Finii commented May 3, 2023

font-patcher: Fix some Octicons scales
    
    [why]
    With the Octicons update some codepoint contents changed.
    Also some symbols scale still wrong.
    
    [how]
    Check fonts and add / drop entries.
    Use GlyphsToScale+ to correct position of Github text icon.

Fixes: #1198

font-patcher: Modernize and expand Octicons scale table
    
    [why]
    The scale glyph is not the biggest glyph; the bell-slash is a little bit
    wider than the design cell...
    
    [how]
    Switch to modern ScaleGroups. These determine the virtual combined
    bounding box of all glyphs in the group and scale them 'as one'.
    
    Also add some more groups.
    
    Also correct wrong code of one small stuff.

Requirements / Checklist

What does this Pull Request (PR) do?

How should this be manually tested?

Any background context you can provide?

What are the relevant tickets (if any)?

Screenshots (if appropriate or helpful)

Finii added 2 commits May 3, 2023 09:43
[why]
With the Octicons update some codepoint contents changed.
Also some symbols scale still wrong.

[how]
Check fonts and add / drop entries.
Use GlyphsToScale+ to correct position of Github text icon.

Fixes: #1198

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
[why]
The scale glyph is not the biggest glyph; the bell-slash is a little bit
wider than the design cell...

[how]
Switch to modern ScaleGroups. These determine the virtual combined
bounding box of all glyphs in the group and scale them 'as one'.

Also add some more groups.

Also correct wrong code of one small stuff.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
@Finii
Copy link
Collaborator Author

Finii commented May 3, 2023

@allcontributors add @jimeh for bug

@allcontributors
Copy link
Contributor

@Finii

I've put up a pull request to add @jimeh! 🎉

@Finii Finii merged commit c8bd6d7 into master May 3, 2023
@Finii Finii deleted the bugfix/fix-octa-scale branch May 3, 2023 07:58
@Finii Finii added this to the v3.0.1 milestone May 3, 2023
@Finii Finii added the Bug fix label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nerd Font Mono some glyphs too wide
1 participant