fontdiff
fontdiff copied to clipboard
tool for finding visual differences between two font versions
For example, - gyp is based on python 2.x (and it fails to generate make file) - I found an old makefile but it fails to build fontdiff (errors) on...
Please can someone guide me towards the communication channel for Google summer of docs , i am highly motivated with the project u guys are working on
With the attached fonts and specimen, fontdiff correctly detects all lines that have changed, but then it only highlights some parts of the change. @iverg, since you’ve written the code...
Apple system fonts have both AAT and OT feature tables in them. Can we compare single font against its AAT and OT feature tables?
I want to compare ASCII and Unicode fonts against ASCII and Unicode text. Although the ASCII and Unicode text are different, with their respective fonts, they are intended to display...
Why don't you translate the 'README.md' in various language? Koreans are interested in fondiff. Could I translate this into Korean if you do not mind?
Is there anything special I need to do to detect hinting changes in OpenType-CFF fonts? I have two versions of a font with differences that are due to a change...
Cherokee accents were mis-placed by fontdiff when running this command: ```sh ./build/out/Default/fontdiff --before ~/Downloads/NotoSansCherokee-VF.ttf --after ~/Downloads/NotoSansCherokee-VF.ttf --specimen specimen-Cherokee-diacritic-lowercase.html --out out.pdf && open out.pdf ``` The specimen file is [here](https://raw.githubusercontent.com/googlei18n/noto-source/master/test/Cherokee/specimen-Cherokee-diacritic-lowercase.html); font...
The Arabic Tatweel should force joining. ```html ش ش ش ش ش ش ش ش ش ـشـ ـشـ ـشـ ـشـ ـشـ ـشـ ـشـ ـشـ ـشـ ``` Observed rendering:  Expected:...
Have an option that computes diffs on every character in the before/after fonts. Perhaps this could walk the `cmap` to find covered Unicode blocks, and then render tables similar to...