-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this become the C# version DirectWrite or pango? #16
Comments
Yes, I will do it my best! :) |
Then I want to contribute definitely! 👍 Where should I start to help? Maybe build the documentation for Typography? I'm not familiar with the underlying techniques of glyph, text-layout or font but I have much experience in DirectWrite and pango. I have create a C# warpper of DirectWrite called DWriteSharp, a C# warpper of stb_true_type called StbTruetypeSharp. I'm now working on a raw C# GUI framework and have achieved GPU acceralated rendering on Windows, Linux (with the help of mono) and android (with the help of Xamarin.Android). I REALLY hope I can help this project to progress at a faster speed! |
I desperately need a text-layout engine written in raw C#. DirectWrite is windows-only. And pango is almost impossible to be compiled on mobile platforms. ( I'm exhausted with cross-compiling, makefiles and defines. It has taken me almost two month to learn and try to achieve that but completely get nothing. )
Will Typography become the C# version DirectWrite or pango? I was searching for papers and algorithms for creating a text-layout engine myself before I ran into this project. It really amazed me when I saw Glyph Layout in ReadMe.
I'm really looking forward to your reply! @prepare
The text was updated successfully, but these errors were encountered: