text-drawing
There are 4 repositories under text-drawing topic.
nathanielfernandes/imagetext-py
A blazing fast text drawing library
Samson-Mano/opengl_textrendering
The OpenGL_Text_Rendering repository offers a highly optimized method for rendering text in OpenGL. By utilizing a font atlas and binding textures only once for an entire group of text, this approach significantly improves efficiency compared to rendering characters individually.
narcitymedia/draw-string-line-height
Extension methods to the .NET System.Drawing.Graphics class that allows one to measure and draw strings while specifying a custom line height for the text