Skip to content

Commit c8b007a

Browse files
committed
NF v 12, update Fontpatcher zip
1 parent c98cc78 commit c8b007a

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

bin/nerdfont/font-patcher

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from __future__ import absolute_import, print_function, unicode_literals
77

88
# Change the script version when you edit this script:
9-
script_version = "4.16.1"
9+
script_version = "4.16.2"
1010

1111
version = "3.3.0"
1212
projectName = "Nerd Fonts"
@@ -1125,7 +1125,7 @@ class font_patcher:
11251125
{'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},
11261126
{'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},
11271127
{'Enabled': True, 'Name': "Progress Indicators", 'Filename': "extraglyphs.sfd", 'Exact': True, 'SymStart': 0xEE00, 'SymEnd': 0xEE0B, 'SrcStart': None, 'ScaleRules': PROGR_SCALE_LIST, 'Attributes': SYM_ATTR_PROGRESS},
1128-
{'Enabled': True, 'Name': "Devicons", 'Filename': "devicons/devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE7E3, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
1128+
{'Enabled': True, 'Name': "Devicons", 'Filename': "devicons/devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE7EF, 'SrcStart': 0xE700, 'ScaleRules': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
11291129
{'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},
11301130
{'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},
11311131
{'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},

bin/nerdfont/glyphnames.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bin/nerdfont/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ This is font-patcher python script (and required source files) from a Nerd Fonts
1313
For more information see:
1414
* https://github.com/ryanoasis/nerd-fonts/
1515
* https://github.com/ryanoasis/nerd-fonts/releases/latest/
16+
17+
## Version
18+
This archive is created from
19+
20+
commit 19753b0d046072359bf6e1a78b175ed21cbd63cf
21+
Author: Fini <ulf.fini.jastrow@desy.de>
22+
Date: Sun Dec 22 23:16:21 2024 +0100
23+
24+
Merge pull request #1768 from hasecilu/fix/devicons_end_codepoint
25+
26+
fix(font-patcher): update `SymEnd` codepoint for devicons font
0 Bytes
Binary file not shown.

bin/nerdfont/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0 nf fp
1+
dec 2024- 6d0b8ba nf fp

0 commit comments

Comments
 (0)