FreeTypeSharp icon indicating copy to clipboard operation
FreeTypeSharp copied to clipboard

A modern cross-platform managed FreeType2 library

Results 2 FreeTypeSharp issues
Sort by recently updated
recently updated
newest added

Hello! First off, thanks for the library! I have been using this ever since I introduced text rendering into my game framework. I greatly appreciate the work you have done...

There's a few methods I need for rendering outlines and rasterization, which you can see a usage example here: https://github.com/LittleCodingFox/Flaming-Torch-Framework/blob/nextgen/Development/Core/Rendering/Text.cpp Unfortunately, I'm a bit lost on how to implement them,...