Skip to content

Commit 1e59872

Browse files
committed
docs: added zerowidth option
1 parent 6691bbf commit 1e59872

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,15 @@ Type: `boolean` Default: `true`
411411

412412
Enables font auto hinting using `ttfautohint`.
413413

414+
#### zerowidth
415+
416+
Type: `string[]` Default `[]`
417+
418+
Defines array of characters that should be rendered with no width or side bearings.hat should be rendered with no width or side bearings.
419+
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.
420+
421+
See [#45]
422+
414423
#### round
415424

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

0 commit comments

Comments
 (0)