Skip to content

Commit 5fd9c42

Browse files
committed
minor fixes to README.md
1 parent 81ad766 commit 5fd9c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tool exports the kerning and groups data within a UFO to a
1111

1212
- writing of a sorted kern.fea file, which organizes pairs in order of
1313
specificity (exceptions first, then glyph-to-glyph, then group pairs)
14-
- filtering of small pairs (often results of interpolation).
14+
- filtering of small pairs (often results of interpolation).
1515
Exceptions (even though they may be small) are not filtered.
1616
- processing of right-to-left pairs (given that kerning groups containing
1717
those glyphs are suffixed with `_ARA`, `_HEB`, or `_RTL`)
@@ -116,7 +116,7 @@ feature kern{
116116
} kern;
117117
```
118118

119-
The benefit of this is that different feature flags can be used (example)[https://github.com/adobe-fonts/source-serif/blob/main/familyGPOS.fea#L12-L13]. Also, the (sometimes volatile) GPOS feature data can be re-generated periodically without affecting the overal structure of the feature tree.
119+
The benefit of this is that different feature flags can be used ([example](https://github.com/adobe-fonts/source-serif/blob/main/familyGPOS.fea#L12-L13)), or that mark groups can be shared across `mark`/`mkmk` features. Also, the (sometimes volatile) GPOS feature data can be re-generated periodically without affecting the overall structure of the feature tree.
120120

121121

122122
----

0 commit comments

Comments
 (0)