ttfpatch
ttfpatch copied to clipboard
OS/2 table version number error
I can't seem to get this working. I get an error no matter which number i enter. Any clues?
C:\Users\admin\Desktop>ttfpatch "Test-Regular.ttf" 4
TTFPATCH v1.0 - (C) by Wolfram Esser [[email protected]] 2001-02-23
- Opened: 'Test-Regular.ttf'
- Fileformat version: hex: '00010000'
- Number of Infotables: 15
- Found 'OS/2' table
- Tableoffset: hex:'00005d38'
Error: OS/2 tableversion must be 0, 1 or 2 and is hex:0004
You are using an old version. Probably the old one you can download from the website (http://www.derwok.de/downloads/ttfpatch/).
Download it from -> https://github.com/rmuch/ttfpatch/releases/tag/r2014-02-25
And it works. I had the same problem at first ;)