Skip to content

Commit

Permalink
NF v 12, update Fontpatcher zip
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyajyoti-mukherjee committed Dec 31, 2024
1 parent c98cc78 commit c8b007a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/nerdfont/font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import, print_function, unicode_literals

# Change the script version when you edit this script:
script_version = "4.16.1"
script_version = "4.16.2"

version = "3.3.0"
projectName = "Nerd Fonts"
Expand Down Expand Up @@ -1125,7 +1125,7 @@ class font_patcher:
{'Enabled': True, 'Name': "Heavy Angle Brackets", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0x276C, 'SymEnd': 0x2771, 'SrcStart': None, 'ScaleRules': HEAVY_SCALE_LIST, 'Attributes': SYM_ATTR_HEAVYBRACKETS},
{'Enabled': box_enabled, 'Name': "Box Drawing", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0x2500, 'SymEnd': 0x259F, 'SrcStart': None, 'ScaleRules': BOX_SCALE_LIST, 'Attributes': SYM_ATTR_BOX},
{'Enabled': True, 'Name': "Progress Indicators", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0xEE00, 'SymEnd': 0xEE0B, 'SrcStart': None, 'ScaleRules': PROGR_SCALE_LIST, 'Attributes': SYM_ATTR_PROGRESS},
{'Enabled': True, 'Name': "Devicons", 'Filename': "devicons/devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE7E3, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
{'Enabled': True, 'Name': "Devicons", 'Filename': "devicons/devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE7EF, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
{'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0A0, 'SymEnd': 0xE0A2, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE},
{'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0B0, 'SymEnd': 0xE0B3, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE},
{'Enabled': self.args.powerlineextra, 'Name': "Powerline Extra Symbols", 'Filename': "powerline-extra/PowerlineExtraSymbols.otf", 'Exact': True, 'SymStart': 0xE0A3, 'SymEnd': 0xE0A3, 'SrcStart': None, 'ScaleRules': None, 'Attributes': SYM_ATTR_POWERLINE},
Expand Down
2 changes: 1 addition & 1 deletion bin/nerdfont/glyphnames.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions bin/nerdfont/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ This is font-patcher python script (and required source files) from a Nerd Fonts
For more information see:
* https://github.com/ryanoasis/nerd-fonts/
* https://github.com/ryanoasis/nerd-fonts/releases/latest/

## Version
This archive is created from

commit 19753b0d046072359bf6e1a78b175ed21cbd63cf
Author: Fini <[email protected]>
Date: Sun Dec 22 23:16:21 2024 +0100
Merge pull request #1768 from hasecilu/fix/devicons_end_codepoint
fix(font-patcher): update `SymEnd` codepoint for devicons font
Binary file modified bin/nerdfont/src/glyphs/original-source.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/nerdfont/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0 nf fp
dec 2024- 6d0b8ba nf fp

0 comments on commit c8b007a

Please sign in to comment.