Sure. We're always interested in help. I suppose what you're seeing are
imports from the C runtime library. As we don't have one there needs to be a
replacement of some sort there though.
Mike
> -----Ursprüngliche Nachricht-----
> Von: colin...@daimler.com [mailto:colin...@daimler.com]
> Gesendet: Montag, 22. September 2008 21:56
> An: sharpos-d...@lists.sourceforge.net
> Betreff: [SharpOS Developers] Freetype
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-D...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers
ps. Apple's patents for ttf hinting are expiring in a year, am I wrong?
What a complicated world we live in, mattaku... :D
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
If we can target cli:pure, we could as well use the original
sources for the time being.
Thanks for the patent info, but what about the OpenType patents
Adobe holds? I believe OpenType/TrueType are close in definition?
Mike
> -----Ursprüngliche Nachricht-----
> Von: Maciej Jagiello [mailto:hime...@o2.pl]
> Gesendet: Montag, 22. September 2008 23:49
> An: sharpos-d...@lists.sourceforge.net
> Betreff: Re: [SharpOS Developers] Freetype
> > --- This SF.Net email is sponsored by the Moblin Your Move
| sha...@michaelruck.de 09/22/2008 01:35 PM
|
|
| sha...@michaelruck.de 09/22/2008 02:52 PM |
|
|
Mike
> -----Ursprüngliche Nachricht-----
> Von: colin...@daimler.com [mailto:colin...@daimler.com]
> Gesendet: Dienstag, 23. September 2008 00:00
> An: sharpos-d...@lists.sourceforge.net
> Cc: sharpos-d...@lists.sourceforge.net
While I prefer C#, and I find most Senior devs too, VB.NET accounts for
about 65% of .NET development.....
Although... When it comes to fitting and hinting I don't think cached glyphs could be used as-is. Hmmm. Sounds like fun, maybe I will have a crack at it. The benefits of machine execution probably outweigh the benefits of caching by a lot, especially when it comes to memory usage. Tweaking existing paths is also probably expensive.
You could generate the ttf assembly when the ttf is 'installed', and be over with ttf monstrosities (those guys belong in a zoo where we can feed them true type bananas). Different font codecs (opentype, bitmap FONs, etc) would simply take an input stream and provide an assembly that implements well known interfaces.
Thanks for iterating that thought process again Sander! Ttf is fun once again!
-----Original Message-----
From: Sander van Rossen <s.v.r...@synthesis.nl>
Sent: 25 September 2008 09:16 AM
To: sharpos-d...@lists.sourceforge.net
Subject: Re: [SharpOS Developers] Freetype