mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Update all readmes to 2.2.2
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
92fbcdb143
commit
fae0b4cb16
18
readme.md
18
readme.md
@ -370,12 +370,14 @@ Patching the font of your own choosing for use with the [VimDevIcons ➶][vim-de
|
||||
Full options:
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -383,7 +385,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -426,8 +428,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
25
readme_cn.md
25
readme_cn.md
@ -381,12 +381,14 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -394,7 +396,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -416,7 +418,7 @@ optional arguments:
|
||||
--removeligs, --removeligatures
|
||||
Removes ligatures specificed in JSON configuration file
|
||||
--postprocess [POSTPROCESS]
|
||||
Specify a Script for Post Processing
|
||||
指定一个针对后续进程的脚本
|
||||
--configfile [CONFIGFILE]
|
||||
Specify a file path for JSON configuration file (see sample: src/config.sample.json)
|
||||
--custom [CUSTOM] 指定一个自定义图标字体,所有新字形都会在不缩放的情况下被拷贝。
|
||||
@ -437,15 +439,18 @@ Symbol Fonts:
|
||||
--fontawesome 加入 Font Awesome Glyphs字体 (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
加入 Font Awesome 补充字体 (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux 加入 Font Linux 字体 (https://github.com/Lukas-W/font-linux)
|
||||
--fontlogos, --fontlinux
|
||||
加入 Font Logos 字体 (https://github.com/Lukas-W/font-logos)
|
||||
--octicons 加入 Octicons 字体 (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols 加入 IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
--pomicons 加入 Pomicon 字体 (https://github.com/gabrielelana/pomicons)
|
||||
--powerline 加入 Powerline 字体
|
||||
--powerlineextra 加入 Powerline 字体 (https://github.com/ryanoasis/powerline-extra-symbols)
|
||||
--postprocess [POSTPROCESS]
|
||||
指定一个针对后续进程的脚本
|
||||
--material, --materialdesignicons, --mdi
|
||||
Add Material Design Icons (https://github.com/templarian/MaterialDesign)
|
||||
--weather, --weathericons
|
||||
Add Weather Icons (https://github.com/erikflowers/weather-icons)
|
||||
```
|
||||
|
||||
#### 例子
|
||||
|
26
readme_es.md
26
readme_es.md
@ -329,20 +329,22 @@ Parcha la fuente de tu preferencia para usar los [VimDevIcons ➶][vim-devicons]
|
||||
|
||||
|
||||
```
|
||||
uso: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
|
||||
Parchador de fuentes Nerd Fonts: parcha una fuente dada con glifos relacionados con la programación y el desarrollo
|
||||
|
||||
* Sitio web: https://www.nerdfonts.com
|
||||
* Versión: 2.2.1
|
||||
* Versión: 2.2.2
|
||||
* Sitio de Desarrollo: https://github.com/ryanoasis/nerd-fonts
|
||||
* Registro de Cambios: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -385,8 +387,8 @@ Symbol Fonts:
|
||||
--fontawesome Añade los glifos de Font Awesome (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Añade los glifos de Font Awesome Extension (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Añade los glifos de Font Linux y otros glifos de Código Libre (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Añade los glifos de Font Logos (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Añade los glifos de Octicons (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Añade los glifos de IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
18
readme_fr.md
18
readme_fr.md
@ -407,12 +407,14 @@ Générer la police de votre choix pour l'utiliser avec [VimDevIcons ➶][vim-de
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -420,7 +422,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -463,8 +465,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
18
readme_hi.md
18
readme_hi.md
@ -362,20 +362,22 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
पूर्ण विकल्प:
|
||||
|
||||
प्रयोग: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
font
|
||||
|
||||
Nerd Fonts Font Patcher: किसी दिए गए फ़ॉन्ट को प्रोग्रामिंग और विकास संबंधी ग्लिफ़ के साथ पैच करता है
|
||||
|
||||
* वेबसाइट: https://www.nerdfonts.com
|
||||
* संस्करण: 2.2.1
|
||||
* संस्करण: 2.2.2
|
||||
* विकास वेबसाइट: https://github.com/ryanoasis/nerd-fonts
|
||||
* बदलाव का लॉग: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -418,7 +420,7 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
--fontawesome फ़ॉन्ट विस्मयकारी ग्लिफ़ जोड़ें (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
फ़ॉन्ट विस्मयकारी एक्सटेंशन ग्लिफ़ जोड़ें (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
--fontlogos, --fontlinux
|
||||
फ़ॉन्ट लिनक्स और अन्य ओपन सोर्स ग्लिफ़ जोड़ें (https://github.com/Lukas-W/font-logos)
|
||||
--octicons ऑक्टिकॉन ग्लिफ़ जोड़ें (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
|
18
readme_it.md
18
readme_it.md
@ -330,12 +330,14 @@ Modificare il font di tua scelta per utilizzare i [VimDevIcons ➶][vim-devicons
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -343,7 +345,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -386,8 +388,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
18
readme_ja.md
18
readme_ja.md
@ -325,12 +325,14 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -338,7 +340,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -381,8 +383,8 @@ Symbol Fonts:
|
||||
--fontawesome Font Awesome のグリフを追加します (http://fontawesome.io/)。
|
||||
--fontawesomeextension
|
||||
Font Awesome Extension のグリフを追加します (https://andrelzgava.github.io/font-awesome-extension/)。
|
||||
--fontlinux, --fontlogos
|
||||
Font Linux とその他のオープンソースのグリフを追加します (https://github.com/Lukas-W/font-logos)。
|
||||
--fontlogos, --fontlinux
|
||||
Font Logos とその他のオープンソースのグリフを追加します (https://github.com/Lukas-W/font-logos)。
|
||||
--octicons Octicons Glyphs のグリフを追加します (https://octicons.github.com)。
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols IEC Power Symbols のグリフを追加します (https://unicodepowersymbol.com/)。
|
||||
|
18
readme_ko.md
18
readme_ko.md
@ -326,12 +326,14 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -339,7 +341,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -382,8 +384,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
18
readme_pl.md
18
readme_pl.md
@ -402,12 +402,14 @@ Patchowanie wybranych przez ciebie fontów z wykorzystaniem [VimDevIcons ➶][vi
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -415,7 +417,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -458,8 +460,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
@ -326,12 +326,14 @@ Modificar o tipo de letra à tua escolha com [VimDevIcons ➶][vim-devicons]:
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -339,7 +341,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Modificador de Fontes Nerd Fonts: modifica uma determinada fonte com glifos relacionados à programação e ao desenvolvimento
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Versão: 2.2.1
|
||||
* Versão: 2.2.2
|
||||
* Website do desenvolvimento: https://github.com/ryanoasis/nerd-fonts
|
||||
* Histórico de alterações: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -382,8 +384,8 @@ Symbol Fonts:
|
||||
--fontawesome Aderir os glifos do Font Awesome (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Aderir os glifos do Font Awesome Extension (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Aderir os glifos do Font Linux e doutros glifos de código-aberto (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Aderir os glifos do Font Logos (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Aderir os glifos do Octicons (https://octicons.github.com)
|
||||
--powersymbols Aderir os glifos do IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
--pomicons Aderir os glifos do Pomicon (https://github.com/gabrielelana/pomicons)
|
||||
|
18
readme_ru.md
18
readme_ru.md
@ -381,12 +381,14 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -394,7 +396,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -437,8 +439,8 @@ Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Add Font Linux and other open source Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Add Octicons Glyphs (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Add IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
17
readme_tw.md
17
readme_tw.md
@ -381,12 +381,14 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
|
||||
```
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
@ -394,7 +396,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.1
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -437,7 +439,8 @@ Symbol Fonts:
|
||||
--fontawesome 加入 Font Awesome Glyphs字體 (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
加入 Font Awesome 補充字體 (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux 加入 Font Linux 字體 (https://github.com/Lukas-W/font-linux)
|
||||
--fontlogos, --fontlinux
|
||||
加入 Font Logos 字體 (https://github.com/Lukas-W/font-logos)
|
||||
--octicons 加入 Octicons 字體 (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols 加入 IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
26
readme_uk.md
26
readme_uk.md
@ -323,20 +323,22 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
```
|
||||
./fontforge -script font-patcher ШЛЯХ_ДО_ШРИФТА
|
||||
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful] [--removeligs]
|
||||
[--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]]
|
||||
[--custom [CUSTOM]] [-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups] [--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlinux]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
|
||||
Nerd Fonts Font Patcher: виправляє заданий шрифт програмістами та гліфами, пов'язаними з розробкою
|
||||
|
||||
* Веб-сайт: https://www.nerdfonts.com
|
||||
* Версія: 2.2.1
|
||||
* Версія: 2.2.2
|
||||
* Веб-сайт для розробки: https://github.com/ryanoasis/nerd-fonts
|
||||
* Журнал змін: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
|
||||
@ -379,8 +381,8 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
--fontawesome Додайте Font Awesome гліфи (http://fontawesome.io/)
|
||||
--fontawesomeextension
|
||||
Додайте Font Awesome Extension гліфи (https://andrelzgava.github.io/font-awesome-extension/)
|
||||
--fontlinux, --fontlogos
|
||||
Додайте Font Linux та інші open source гліфи (https://github.com/Lukas-W/font-logos)
|
||||
--fontlogos, --fontlinux
|
||||
Додайте Font Logos гліфи (https://github.com/Lukas-W/font-logos)
|
||||
--octicons Додайте Octicons гліфи (https://octicons.github.com)
|
||||
--codicons Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
|
||||
--powersymbols Додайте IEC Power Symbols (https://unicodepowersymbol.com/)
|
||||
|
Loading…
Reference in New Issue
Block a user