SharpFont
SharpFont copied to clipboard
Cross-platform FreeType bindings for .NET - Need maintainer
I'm trying to render this string using "Arial Unicode.ttf": var test = _fontFace.GetCharIndex(oneletter); _fontFace.LoadChar(oneletter, LoadFlags.Render, LoadTarget.Normal); var ftbitmap = _fontFace.Glyph.Bitmap; Morocco / Maroc ⴰⵎⵔⵔⵓⴽ المغرب The middle-part ⴰⵎⵔⵔⵓⴽ is not...
> Could not install package 'SharpFont.Dependencies 2.5.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or...
The Face class now provides a constructor which accepts Stream as a parameter. The stream must support reading and seeking. Callback functions for reading/seeking and closing the external stream are...
I would like to get some info from the font files. I would like to get : copyright info, version, authors, if it can be embedded or not, license info,...
It would be convenient to have a single repo for all SharpFont code, including SharpFont.HarfBuzz and any other assemblies created going forward. I can't think of a good reason to...
Currently SharpFont and SharpFont.HarfBuzz and portable class libraries that target Profile111, which supports the following (taken from http://danrigby.com/2014/04/16/xamarin-pcl-profile-notes/ ) ### Profile 111 (.NET 4.5, Windows 8.0, Windows Phone 8.1) (netstandard...
How is the iOS Freetype binary located and installed? The p/invoke code previously used the path "__Internal", which I removed as part of the Portable unification checkin. But I wasn't...
Architectures: x86, x64, Arm. Verify that fonts can be loaded through a streaming file API or memory-mapped file API, i.e. not just as byte arrays, which are memory-hungry. Here's a...
This should already be supported. But worth testing again since we've converted to a Portable library.
Verify that SharpFont runs without needing the user to install freetype manually.