You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
- Takes two font file path arguments for comparison
20
20
- Dumps OpenType table data in the fontTools library TTX format (XML)
21
-
- Compares the OpenType table data across the two files using a unified diff format
21
+
- Compares the OpenType table data across the two files using the Python standard library unified diff format
22
22
- Supports optional color coding of the diff lines in the terminal
23
23
24
24
## Installation
@@ -107,7 +107,7 @@ Unit test coverage is executed with the `coverage` tool. See the Makefile `test
107
107
108
108
## Acknowledgments
109
109
110
-
`fdiff` is built with the fantastic [fontTools free software library](https://github.com/fonttools/fonttools) and performs text diffs of binary font files using the TTX OpenType table data serialization format defined by that project. The implementation of unified text file diffs is based on a (slightly) modified version of the Python `difflib` library source to address performance issues with large text files that are encountered with ttx dumps of font binary data.
110
+
`fdiff` is built with the fantastic [fontTools free software library](https://github.com/fonttools/fonttools) and performs text diffs of binary font files using the TTX OpenType table data serialization format defined by that project. The implementation of unified text file diffs is based on a (slightly) modified version of the Python `difflib`standard library source. The modifications address performance issues with large text files like those encountered with the ttx dumps of font binary data used in this project.
111
111
112
112
## Licenses
113
113
@@ -125,6 +125,6 @@ Unless required by applicable law or agreed to in writing, software distributed
0 commit comments