Open Ryhon0 opened 10 months ago
A function that returns all glyphs and their codepoints in a font would make it really easy to create packed textures for use in OpenGL. Currently there's no way to do that without calling sft_lookup for every code point.
sft_lookup
A function that returns all glyphs and their codepoints in a font would make it really easy to create packed textures for use in OpenGL. Currently there's no way to do that without calling
sft_lookup
for every code point.