mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2026-09-10 07:36:35 -04:00
doc: Update font-patcher usage in readme.md
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
3f4efe53e6
commit
2839b09820
14
readme.md
14
readme.md
|
|
@ -479,7 +479,7 @@ Patching the font of your own choosing:
|
|||
Full options follow, see also [**page explaining all options**](https://github.com/ryanoasis/nerd-fonts/wiki/ScriptOptions):
|
||||
|
||||
```
|
||||
Nerd Fonts Patcher v3.4.0-91 (4.22.1) (ff 20230101)
|
||||
Nerd Fonts Patcher v3.5.0-16 (4.27.2) (ff 20230101)
|
||||
usage: font-patcher [--careful] [--debug [{0,1,2,3}]] [--extension EXTENSION]
|
||||
[--help] [--makegroups [{-1,0,1,2,3,4,5,6}]] [--mono]
|
||||
[--outputdir OUTPUTDIR] [--quiet] [--single-width-glyphs]
|
||||
|
|
@ -490,16 +490,16 @@ usage: font-patcher [--careful] [--debug [{0,1,2,3}]] [--extension EXTENSION]
|
|||
[--powerlineextra] [--powersymbols] [--weather]
|
||||
[--adjust-line-height] [--boxdrawing] [--cell CELLOPT]
|
||||
[--configfile CONFIGFILE] [--custom CUSTOM] [--dry]
|
||||
[--glyphdir GLYPHDIR] [--has-no-italic]
|
||||
[--metrics {HHEA,TYPO,WIN}] [--name FORCE_NAME]
|
||||
[--postprocess POSTPROCESS] [--removeligs]
|
||||
[--experimental EXPERIMENTAL] [--glyphdir GLYPHDIR]
|
||||
[--has-no-italic] [--metrics {HHEA,TYPO,WIN}]
|
||||
[--name FORCE_NAME] [--postprocess POSTPROCESS] [--removeligs]
|
||||
[--xavgcharwidth [XAVGWIDTH]] [--progressbars | --no-progressbars]
|
||||
font
|
||||
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 3.4.0-88
|
||||
* Version: 3.5.0-16
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
|
|
@ -549,8 +549,10 @@ Expert Options:
|
|||
Specify a file path for configuration file (see sample: src/config.sample.cfg)
|
||||
--custom CUSTOM Specify a custom symbol font, all glyphs will be copied; absolute path suggested
|
||||
--dry Do neither patch nor store the font, to check naming
|
||||
--experimental EXPERIMENTAL
|
||||
Enable experimental/unstable feature, get hints with "?" or "help"
|
||||
--glyphdir GLYPHDIR Path to glyphs to be used for patching
|
||||
--has-no-italic Font family does not have Italic (but Oblique), to help create correct RIBBI set
|
||||
--has-no-italic Font family does not have Italic (but Oblique/Slanted), to help create correct RIBBI set
|
||||
--metrics {HHEA,TYPO,WIN}
|
||||
Select vertical metrics source (for problematic cases)
|
||||
--name FORCE_NAME Specify naming source ('full', 'postscript', 'filename', or concrete free name-string)
|
||||
|
|
|
|||
Loading…
Reference in a new issue