Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Jul 9, 2024
1 parent 90ffdc8 commit fc458d6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ This tool is handy combined with `find`, to locate fonts that have the desired t

#### Options

* `-p` makes the tool print the path to the font if it contains the
table.
* `-t`, `--table TABLE` table to check for
* `-i`, `--index INDEX` index of the font to check (for TTC, WOFF2) (default: 0)
* `-p`, `--print-file` print the path to the font if it contains the table.
* `-v`, `--invert-match` select fonts that don't have the given table

#### Example

Expand All @@ -189,9 +191,9 @@ variable font to produce a static, non-variable font with those settings.

#### Options

* `-t, --tuple` is a comma separated list of values one for each variation axis
* `-t`, `--tuple` is a comma separated list of values one for each variation axis
of the font. The `variations` tool will list the axes, their order, and limits.
* `-o, --output` is the path to the output font.
* `-o`, `--output` is the path to the output font.

#### Example

Expand Down Expand Up @@ -259,9 +261,9 @@ the source font only containing the glyphs required for the supplied text.

#### Options

`-t`, `--text TEXT` subset the font to include glyphs from TEXT
`-a`, `--all` include all glyphs in the subset font
`-i`, `--index INDEX` index of the font to subset (for TTC, WOFF2) (default: 0)
* `-t`, `--text TEXT` subset the font to include glyphs from TEXT
* `-a`, `--all` include all glyphs in the subset font
* `-i`, `--index INDEX` index of the font to subset (for TTC, WOFF2) (default: 0)

#### Example

Expand Down

0 comments on commit fc458d6

Please sign in to comment.