SharpFont
SharpFont copied to clipboard
Cross-platform FreeType bindings for .NET - Need maintainer
I know the original FreeType API changes the 2nd argument. But "a.Mutiply(b)" changes b seems a bit surprising. It is probably wrong to break API now, but may I propopse...
see https://github.com/Robmaister/SharpFont/issues/86#issuecomment-231745179 for example code to demo this problem.
Am surprised that 'make' at the top level broke. How comes it build for,depend on,require PCL/iOS by default now?
when i using following codes, Visual Studio throw exceptio with messege: "An unhandled exception of type 'System.AccessViolationException' occurred in System.Windows.Forms.dll Additional information: Attempted to read or write protected memory. This...
There's a bug in Mono 2.10 that causes crashes with this, but most of the world should have moved off it by now. The benefit of implementing this is that...
I needed one so I made one. Just filing this to get an issue reference in the commit message for pulls.
When creating a new Face, SharpFont/FreeType defaults to the Unicode CharMap as expected. For fonts that don't have a Unicode CharMap (like symbol fonts such as the standard Wingdings), the...
I have downloaded Sharpfont sources and run simple code example on my x86 windows machine and on my ubuntu machine using mono. There's a problem in the function ToGdipBitmap with...