Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed May 6, 2021
1 parent 25ed2b1 commit ec746e1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Expand Up @@ -20,9 +20,7 @@ $ git clone https://github.com/iij/fontmerger.git
```
$ bin/fontmerger -h
usage: mergefonts.py [-h] [-V] [-v] [-x [EXT_FONT [EXT_FONT ...]]] [-i]
[-o OUTPUT_DIR] [-l] [--all] [--suffix SUFFIX]
[BASE_FONT [BASE_FONT ...]]
usage: fontmerger [-h] [-V] [-v] [-c CONFIG] [-x [EXT_FONT_ID [EXT_FONT_ID ...]]] [-i] [-o OUTPUT_DIR] [-l] [-p] [--all] [-m] [--suffix SUFFIX] [--debug] [BASE_FONT [BASE_FONT ...]]
positional arguments:
BASE_FONT target fonts (default: [])
Expand All @@ -31,14 +29,19 @@ optional arguments:
-h, --help show this help message and exit
-V, --version show version (default: False)
-v, --verbose verbose mode (default: False)
-x [EXT_FONT [EXT_FONT ...]], --ext_fonts [EXT_FONT [EXT_FONT ...]]
extend fonts (default: [])
-c CONFIG, --config CONFIG
a configuration file which define font merge context by JSON format (default: ./fonts.json)
-x [EXT_FONT_ID [EXT_FONT_ID ...]], --ext-fonts [EXT_FONT_ID [EXT_FONT_ID ...]]
a list of font identifier that merging fonts (default: [])
-i, --info show base font information (default: False)
-o OUTPUT_DIR, --output OUTPUT_DIR
output directory (default: ./)
-l, --list show available additional fonts (default: False)
-p, --preview preview fonts (default: False)
--all extend all fonts (default: False)
-m, --mono force monospace to merging fonts (default: False)
--suffix SUFFIX font name suffix (default: None)
--debug debug mode (default: False)
```

- Example
Expand Down

0 comments on commit ec746e1

Please sign in to comment.