suit file

2009-05-03 Thread Jan Willem Stumpel
I have a font for an exotic language (Javanese) that I want to
convert to UTF-8 encoding. Problem is, the font file was made on a
Macintosh using Fontographer, and it has a .suit file extension
that Fontforge doesn't know how to handle.

Anyone knows of a conversion tool under Linux that can change a
*.suit file to ttf?

Regards, Jan

--
Linux-UTF8:   i18n of Linux on all levels
Archive:  http://mail.nl.linux.org/linux-utf8/



Re: suit file

2009-05-03 Thread Rich Felker
On Sun, May 03, 2009 at 08:02:40AM +0200, Jan Willem Stumpel wrote:
 I have a font for an exotic language (Javanese) that I want to
 convert to UTF-8 encoding. Problem is, the font file was made on a
 Macintosh using Fontographer, and it has a .suit file extension
 that Fontforge doesn't know how to handle.
 
 Anyone knows of a conversion tool under Linux that can change a
 *.suit file to ttf?

Googling for suit file format turns up lots of SEO-spam sites with no
details on what the format really looks like. I think it's just some
sort of primitive archive format that contains the ttf (or several
ttf's) and you may be able to search for a ttf header within it and
then just throw away the suit crap at the beginning using dd.

Rich

--
Linux-UTF8:   i18n of Linux on all levels
Archive:  http://mail.nl.linux.org/linux-utf8/



Re: suit file

2009-05-03 Thread Ben Wiley Sittler
It's a font suitcase, and IIRC the font data is actually in the
resource fork. At least under Mac OS X, fontforge seems to be able
to deal with these. If you have the file on a non-Mac OS machine it
may well be corrupt, since non-Mac filesystems do not preserve the
resource fork data.

On 2009-05-03, Rich Felker dal...@aerifal.cx wrote:
 On Sun, May 03, 2009 at 08:02:40AM +0200, Jan Willem Stumpel wrote:
 I have a font for an exotic language (Javanese) that I want to
 convert to UTF-8 encoding. Problem is, the font file was made on a
 Macintosh using Fontographer, and it has a .suit file extension
 that Fontforge doesn't know how to handle.

 Anyone knows of a conversion tool under Linux that can change a
 *.suit file to ttf?

 Googling for suit file format turns up lots of SEO-spam sites with no
 details on what the format really looks like. I think it's just some
 sort of primitive archive format that contains the ttf (or several
 ttf's) and you may be able to search for a ttf header within it and
 then just throw away the suit crap at the beginning using dd.

 Rich

 --
 Linux-UTF8:   i18n of Linux on all levels
 Archive:  http://mail.nl.linux.org/linux-utf8/



--
Linux-UTF8:   i18n of Linux on all levels
Archive:  http://mail.nl.linux.org/linux-utf8/