SharpFont icon indicating copy to clipboard operation
SharpFont copied to clipboard

Cross-platform FreeType bindings for .NET - Need maintainer

Results 38 SharpFont issues
Sort by recently updated
recently updated
newest added

This may be a mono bug with xbuild. I just tried upgrading to v4.0.1, and found that "SharpFont.dll.config" is being copied to ".dll.config" instead of "SharpFont.dll.config" in the destination. The...

We'd like to update SharpFont in our game engine in order to get HarfBuzz bindings. But also we need lcd support which is not enabled in your compiled libraries. http://doc.mawan.de/libfreetype6/reference/ft2-lcd_filtering.html

Below is the code snippet that we have written to generate path from glyph. GlyphToPath works only for 95% of the characters, For some character, it throws array out of...

How do i go about using this in an Android Xamarin app? I have it working for a Windows Application if i copy out one of the packaged freetype dll's...

There is no need to restrict to ascii file names? ``` Cannot marshal: Encountered unmappable character. at SharpFont.FT.FT_New_Face(IntPtr library, String filepathname, Int32 face_index, IntPtr& aface) ``` I see it is...

See the equivalent freetype-py issue. Unfortunately SharpFont wraps those and expose them in the object API... https://github.com/rougier/freetype-py/issues/101

This [page](https://developer.xamarin.com/guides/android/application_fundamentals/cpu_architectures/) lists the supported Android processor architectures: - armeabi - armeabi-v7a - arm64-v8a - x86 - x86_64 Verify that SharpFont runs on each of these without the user needing...

I'm using the 64/freetype6.dll provided with this package, and it runs fine on Win10-64. Same app installed on Win7-64 gives windows-error on start: "Dll "freetype6": Module not found. (Exception HRESULT...

Looking at the `SharpFont.Dependencies.props` file its still hard coded to `msvc10\\x86`. ~~I have to go in here and manually edit this file each time I want to build to a...

What I am doing: ```C# private Library FontLibrary = new Library(); ``` Addition of SharpFont to my project using NuGet was finicky. At first I had to use much older...