ggarlic / ttf2eot

Automatically exported from code.google.com/p/ttf2eot
0 stars 0 forks source link

unknown error parsing input font #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Downloaded ttf2eot, i created exe file using visual c++, if i run that
exe the output was "unknown error parsing input font"  rather than eot. 
2.I am using visual studio 2005 and operating system is windows 
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by deepikak...@gmail.com on 28 Apr 2009 at 10:15

Attachments:

GoogleCodeExporter commented 9 years ago
stdio is a strange beast on windows :-)

It seems you need fopen(x, "rb") to be able to get any sense from it. I'll make 
this
change, then ttf2eot.exe foo.ttf > blah.eot should work.

Original comment by taviso on 28 Apr 2009 at 1:01

GoogleCodeExporter commented 9 years ago
I think I've fixed msvc and mingw32 support in svn. I'll make a new release this
evening if nobody complains.

Original comment by taviso on 28 Apr 2009 at 2:29