Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknown error parsing input font on PowerPC Macs #14

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 3 comments
Open

unknown error parsing input font on PowerPC Macs #14

GoogleCodeExporter opened this issue Mar 31, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install ttf2eot on a PowerPC Mac (for example by installing Xcode and 
MacPorts, editing the ttf2eot 
portfile to remove the PowerPC check by typing "sudo port edit ttf2eot" and 
removing the "pre-fetch" 
block, and then typing "sudo port install ttf2eot")
2. Try to convert a font using ttf2eot

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

Expected: font is converted
Actual: error message: unknown error parsing input font, m

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

0.0.2-2, on Mac OS X 10.5.8 or 10.4.11 on a Power Mac G4.

Please provide any additional information below.

Same version works fine on same OS versions on MacBook Pro Intel Core 2 Duo, so 
ttf2eot seems to be 
missing some endian conversions. I see many occurrences of the string "Endian" 
in OpenTypeUtilities.cpp 
but none in ttf2eot.cpp.

Original issue reported on code.google.com by [email protected] on 23 Aug 2009 at 10:24

@GoogleCodeExporter
Copy link
Author

I believe this is the same as issue #12.

Original comment by [email protected] on 23 Aug 2009 at 10:35

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

endianness

Original comment by [email protected] on 20 Sep 2010 at 8:16

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Author

This patch does let ttf2eot generate an eot from a ttf on a PowerPC Mac. I have 
not tried to use the resulting eot, but I doubt it's valid, because the eot it 
generates on a PowerPC Mac is different from the eot it generates on an Intel 
Mac from the same ttf. So I think this patch is only half the solution.

Original comment by [email protected] on 24 Sep 2010 at 8:13

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant