I'm looking for a native implementation of the FreeType library in C#, but not a .NET bindings around the FreeType DLL.
A:
There's no native C# implementation of FreeType as far as I'm aware. As you imply in your question, there are several .NET bindings around the library, like this one used by SuperTux, a game. Is there a particular reason you need a native implementation rather than bindings? Is FreeType an actual bottleneck?
John Feminella
2010-05-14 03:56:59
For use in a new Managed Operating System - aka MOSA.
tgiphil
2010-05-14 04:00:02
A:
Well there is a quite complete C# binding of FreeType and it is included within the TAO Framework along other quite useful .NET bindings.
Impz0r
2010-05-17 13:58:02
Cool, that was the one library I always thought Tao was missing. Must have been a recent inclusion, as I wandered off to XNA at around the 1.20 release.
Cygon
2010-09-21 00:45:18