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
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
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
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
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
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
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