Re: [ft] Question about porting source code to C#

2018-01-26 Thread Gregor Mückl
On 1/26/2018 8:40 PM, Александр Струняшев wrote: Hello. For current project in our company we are needed in FreeType library to render glyphs. Project written in C# and should work on Windows and Linux. We tried with unmanaged libraries using Marshaling and everything worked well.

Re: [ft] Question about porting source code to C#

2018-01-26 Thread Werner LEMBERG
>> Unfortunately for our project we could use only managed code. And >> that means that current implementation is not really fit our needs. >> We are thinking about porting C++ code to C#. No objections license-wise, however... > If you fork the code, then all the maintenance burden for the

Re: [ft] Question about porting source code to C#

2018-01-26 Thread Lawrence D'Oliveiro
On Fri, 26 Jan 2018 22:40:22 +0300, Александр Струняшев wrote: > Unfortunately for our project we could use only managed code. And > that means that current implementation is not really fit our needs. > We are thinking about porting C++ code to C#. If you fork the code, then all the maintenance

[ft] Question about porting source code to C#

2018-01-26 Thread Александр Струняшев
Hello. For current project in our company we are needed in FreeType library to render glyphs. Project written in C# and should work on Windows and Linux. We tried with unmanaged libraries using Marshaling and everything worked well. Unfortunately for our project we could use only managed code.