zoltan-dulac / css3FontConverter

A shell script that can use other command line tools to produce @font-face compatible fonts in all browsers. Works under Windows (using Cygwin), Mac OS X and Linux
http://www.useragentman.com/blog/2011/02/20/converting-font-face-fonts-quickly-in-any-os/
390 stars 61 forks source link

autohint=ttfautohint bails on OTF files despite them being converted to TTF in the next step #8

Open mundschenk-at opened 10 years ago

mundschenk-at commented 10 years ago

Currently, if using ttfautohint, the script bails when set on *.otf fonts. Why? The next step is to convert the OpenType fonts to TrueType anyway, which then gets passed to ttfauohint.

zoltan-dulac commented 10 years ago

@pep- Is this currently handled in the fixes I made? I haven't been able to reproduce this issue.

Let me know ... and thanks for the bug reports..

Z.

mundschenk-at commented 10 years ago

Unfortunately not.