Home > Debian, Debian GNU/Linux, HowTo, Linux, Linux Helps > Make/converting eot from ttf in mac os x & linux

Make/converting eot from ttf in mac os x & linux

As i work with some bangla sites, it’s very common problem for me to create eot of bangla true type font. Today i got a really simple solution. Now (As just learned the system) you can create or convert eot from any ttf font from mac or linux with simple one line command.

$ ttf2eot < fontname.ttf > fontname.eot

That’s all!!!! .

Wait, little work left, you have to install ttf2eot :
in mac os x: sudo port install ttf2eot
linux : download the latest source from http://code.google.com/p/ttf2eot/downloads/list , extract it, then run make in the extracted folder. then you good to go. “./ttf2eot < input.ttf > output.eot”

  1. February 9th, 2011 at 20:46 | #1

    hmm…. yeap that’s great! now the converted eot is open for all domain? i’ve no problem for it though :).

  2. Lenin
    March 9th, 2011 at 11:41 | #2

    Yeah its a great tool. I came to learn about it from here: http://edward.oconnor.cx/2009/07/how-to-create-eot-files-without-microsoft-weft

  3. Koel
    September 27th, 2012 at 16:50 | #3

    বেশ ভালো

  1. No trackbacks yet.

58 queries in 0.140 seconds