You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All functionality to do with generating and rendering text, leveraging SharpFont, which is built on FreeType.
Simple rendering of text
Fit to quad/wordwrapping (output raw data, not images, so it can be used for both SDF and normal text rendering)
Investigate feasibility of supporting markdown for simply marking-up of paragraphs without the need to pull in CefSharp (output as raw data; an extension of the above checklist item)
Calculation of text metrics (pick target and have the engine specify the font size that should be used)
The text was updated successfully, but these errors were encountered:
All functionality to do with generating and rendering text, leveraging SharpFont, which is built on FreeType.
The text was updated successfully, but these errors were encountered: