summaryrefslogtreecommitdiff
path: root/misc/kerndiff/README.md
blob: 61a98ad4c6642f131e4809ddd9cc4f2986046c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# kerndiff

Shows unified diff for kerning pairs in two font files.

Accepts OTF, TTF and UFO fonts.

Synopsis:

```
kerndiff.sh <font1> <font2>
```

Example:

```
kerndiff.sh Inter-UI-Regular-v2.4.otf src/Inter-UI-Regular.ufo
--- Inter-UI-Regular-v2.4.otf  2018-08-30 19:16:47.000000000 -0700
+++ Inter-UI-Regular.ufo       2018-08-30 19:16:47.000000000 -0700
@@ -35126,7 +35081,6 @@
 /s /Ydieresis -149
 /s /Ygrave -149
 /s /Yhook -149
-/s /a 0
+/s /a 8
 /s /afii10026 -47
 /s /b -47
 /s /dagger -29
```