FreeTypeSharp icon indicating copy to clipboard operation
FreeTypeSharp copied to clipboard

Missing Rasterization methods

Open LittleCodingFox opened this issue 9 months ago • 4 comments

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, do you think you can either try to add them or help me figure out how I can do it myself?

The component list needed here would be:

  • FT_Span struct
  • Raster Callback
  • FT_Raster_Params
  • FT_Outline_Render
  • FT_Stroker
  • FT_Glyph_StrokeBorder
  • FT_Outline/FT_OutlineGlyph

Thank you very much for your help!

LittleCodingFox avatar Sep 21 '23 23:09 LittleCodingFox