tags:

views:

273

answers:

3

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
For use in a new Managed Operating System - aka MOSA.
tgiphil
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
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
A: 

Is there any tutorial available which explain the usage of freetype in c#?

I am struggaling using freetype in c# for many days.

Please help.

Thanks,

SHA

SHA
Create a new question for this.
tgiphil