papandreou / express-processimage

Express middleware that processes served images according to the query string
BSD 3-Clause "New" or "Revised" License
56 stars 18 forks source link

Idea: Conversion of fonts #13

Open papandreou opened 10 years ago

papandreou commented 10 years ago

@bramstein Do you happen to know some conversion tools that could add value here?

papandreou commented 9 years ago

@bramstein Should I consider this your very elaborate response? :)

bramstein commented 9 years ago

I guess :smile:

You would need a couple more tools to complete the package though: something for subsetting and a tool to generate EOT files (for IE6-8).

papandreou commented 9 years ago

Okay :). Any good candidate for such tools?

bramstein commented 9 years ago

There is ttf2eot, but it doesn't do mtx compression. For subsetting there is Google's sfntly, but I still need to figure out how to compile Java in a homebrew formula.

bramstein commented 9 years ago

I've added both to the webfonttools repository now.