Re: RFC: sfd2ttf

2006-04-28 Thread Markus Amsler
Jan Z. wrote: Btw. if we include other fonts in the future, as example the MS Tahoma replacement "Greenville" we need to include the ttf anyway as there is no source or perhaps only one usable with a nonfree as in money tool. Fontforge can convert ttf files to sfd. Another possibility woul

Re: RFC: sfd2ttf

2006-04-28 Thread Jan Z.
On Fri, Apr 28, 2006 at 06:34:21PM +0200, Markus Amsler wrote: > Currently we have the following options: > - depend on fontforge > - add the ttf files > - sfd2ttf > - use some other font format, with converters (hans's idea). > - ?? Btw. if we include other fonts in the future, as example the MS

Re: RFC: sfd2ttf

2006-04-28 Thread n0dalus
On 4/29/06, Markus Amsler <[EMAIL PROTECTED]> wrote: Nice to here it built on a different machine. I will have a look at gcov. Half or more of the unused functions are probably due to unused sfd features. With marlett.sfd there are perhaps much less unused functions. With marlett.sfd it uses 1

Re: RFC: sfd2ttf

2006-04-28 Thread Markus Amsler
Currently we have the following options: - depend on fontforge - add the ttf files - sfd2ttf - use some other font format, with converters (hans's idea). - ?? I personally would also just add the generated ttf files (has someone sent a patch, perhaps it would slip in :-) ). But I think this will

Re: RFC: sfd2ttf

2006-04-28 Thread n0dalus
On 4/28/06, Markus Amsler <[EMAIL PROTECTED]> wrote: Hi, Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. It consists of 5 files (with Makefile) and has a size of 500K. There's still some dead code lying around, I think I can bring it down to 3

Re: RFC: sfd2ttf

2006-04-27 Thread Mike McCormack
Markus Amsler wrote: Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. Great work! It consists of 5 files (with Makefile) and has a size of 500K. There's still some dead code lying around, I think I can bring it down to 300K-400K. Is this

RFC: sfd2ttf

2006-04-27 Thread Markus Amsler
Hi, Here's a first version of an sfd2ttf tool based on fontforge-20051205. You can dwonload it from [1]. It consists of 5 files (with Makefile) and has a size of 500K. There's still some dead code lying around, I think I can bring it down to 300K-400K. Is this acceptable? SFD reading was quit