Skip to content

Commit

Permalink
docs: added zerowidth option
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Dec 30, 2024
1 parent 6691bbf commit 1e59872
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,15 @@ Type: `boolean` Default: `true`

Enables font auto hinting using `ttfautohint`.

#### zerowidth

Type: `string[]` Default `[]`

Defines array of characters that should be rendered with no width or side bearings.hat should be rendered with no width or side bearings.
The relevant SVG file(s) still need to exist, but a `0` wide viewport object should suffice, so long as it has some simple vertical path inside to parse.

See [#45]

#### round

Type: `number` Default: `10e12`
Expand Down Expand Up @@ -708,3 +717,4 @@ For the MIT License, see the included [LICENSE] file.
[svg2ttf]: https://github.com/fontello/svg2ttf
[Bugzilla Ticket]: https://bugzilla.mozilla.org/show_bug.cgi?id=604421
[How to fix it]: https://coderwall.com/p/v4uwyq
[#45]: https://github.com/L2jLiga/grunt-webfonts/pull/45

0 comments on commit 1e59872

Please sign in to comment.