You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,25 @@
1
1
nerd-filetype-glyphs-fonts-patcher
2
2
==================================
3
3
4
-
Adds filetype glyphs (icons) to any font you pass in or you can simply use one of the provided patched font (see list below)
5
-
Created for use with [vim-webdevicons](https://github.com/ryanoasis/vim-webdevicons)
4
+
* A python fontforge command line script to patch any font for use with the [vim-webdevicons](https://github.com/ryanoasis/vim-webdevicons) vim plugin
5
+
* Adds the [vim-webdevicons](https://github.com/ryanoasis/vim-webdevicons) glyphs (icons) to any font you pass in
6
+
* patched-fonts folder contains pre-patched fonts provided for use with [vim-webdevicons](https://github.com/ryanoasis/vim-webdevicons)[(see list below)](#patched-fonts)
6
7
7
8
## Usage
8
9
9
-
Typical install of the patched font or generate a patched font from your own font to get the additional new glyphs.
10
+
### Option A
11
+
12
+
Typical install of any of the [provided patched fonts](#patched-fonts)
13
+
14
+
or
15
+
16
+
### Option B
17
+
18
+
Use the provided python command line script to generate a patched font from your own font to get the additional new glyphs
19
+
20
+
See: [Font Patcher](#font-patcher) for usage
21
+
22
+
* use this option if you do __not__ want to use one of the [fonts provided](#patched-fonts)
10
23
11
24
## Patched Fonts
12
25
@@ -15,12 +28,15 @@ Typical install of the patched font or generate a patched font from your own fon
15
28
| Anonymice Powerline Plus Nerd File Types | 2048 |
16
29
| Droid Sans Mono for Powerline Plus Nerd File Types | 2048 |
0 commit comments