freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gregor Mückl
Subject: Re: [ft] Question about porting source code to C#
Date: Fri, 26 Jan 2018 22:36:08 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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.

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

So I would like to know about this possibility. Could we do it or is there any 
license restrictions? We plan to use our project in commercial goal and sell it.

With best regards, Aleksandr.

Just for the sake of completeness: have you tried using C++/CLI? I don't have much experience with it, but it might allow you to compile the Freetype code with only some modifications instead of a full rewrite.

Regards,
Gregor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]