Quantcast
Viewing all articles
Browse latest Browse all 20084

I built and ran the tool,

In reply to Make EOT:s:

I built and ran the tool, it's slightly more complicated than the wiki page implies. The tools are java tools so you'll need to run a Java build step first.

  1. Check out the source
  2. svn checkout http://sfntly.googlecode.com/svn/trunk/ sfntly
  3. Build the tools
  4. cd sfntly/java
    ant

    ... lots of stuff builds ...

  5. Test the build
  6. cd dist/tools/sfnttool
    java -jar sfnttool.jar --help
  7. Build EOT font
  8. java -jar sfnttool.jar -e -x MyFont.ttf MyFont.eot
  9. Build WOFF font
  10. java -jar sfnttool.jar -w MyFont.ttf MyFont.woff

Under OSX 10.6 this was pretty simple, I think all the tools (ant, java) should be available with the default OS install. On Windows, well, good luck and godspeed.


Viewing all articles
Browse latest Browse all 20084

Trending Articles