Skip to content

Commit

Permalink
Codicons: Revert to no Scale grouping
Browse files Browse the repository at this point in the history
See PR #1261 for details on the reasons.

This mostly reverts commit
  f84a4a4  font-patcher: Add Codicons scale list

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed May 30, 2023
1 parent fcf5c84 commit 90738da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -961,15 +961,9 @@ class font_patcher:
range(0x2591, 0x2593 + 1), # greys
range(0x2594, 0x259f + 1), # quards (Note: quard 2597 in Hack is wrong, scales like block!)
]}
CODI_SCALE_LIST = {'ScaleGroupsVert': [
range(0xea99, 0xeaa1 + 1), # arrows
CODI_SCALE_LIST = {'ScaleGroups': [
range(0xeb6e, 0xeb71 + 1), # triangles
range(0xeab4, 0xeab7 + 1), # chevrons
[0xea71, *range(0xeaa6, 0xeaab + 1), 0xeabc, 0xeb18, 0xeb87, 0xeb88, 0xeb8a, 0xeb8c, 0xebb4], # small circles and similar
[0xeacc, 0xeaba], # dash
[0xea75, 0xebe7], # lock pair
[0xeacf, 0xebe0], # debug-continue pair
[0xeb91, 0xeba8], # debug-alt pair
]}
DEVI_SCALE_LIST = {'ScaleGlyph': 0xE60E, # Android logo
'GlyphsToScale': [
Expand Down

0 comments on commit 90738da

Please sign in to comment.