Thomas Altenburger
Thomas Altenburger
> I don't think that we should force high DPI support to every developers, it should be a switch. > > Also, I think that this PR is not enough...
Typography looks super cool for being a pure C# solution. Cairo does more than just font rasterizing, and I would be more favorable to a lib that does just what...
That's very interesting! StbSharp being a pure C# library without any native dependencies, it's a very good candidate for all platforms. Your example is quite cool to bake fonts at...
I'm going to give it a try, checking performance and font compatibility.
Because of reflection and/or unsafe code?
@KonajuGames 's port / the original TrueTypeSharp doesn't have unsafe code, but is missing 4 years of improvements. I wonder if an updated version would be too much work. It...
I've been playing around with the Stb. Konaju's port has some issues and the original TrueTypeSharp is outdated (and using a less clean rasterizer). Bringing it on par with the...
Wow, that was fast! Thanks. So far, what I can say about all the options: - **freetype**: still the best rasterizer around, but it's a native library (which works well...
@Jjagg Good to know! Might become a relevant alternative at some point!
Other platforms don't use that code and should be working fine with official drivers.