tomolt / libschrift

A lightweight TrueType font rendering library
ISC License
471 stars 32 forks source link

Function that returns a list of all glyphs #31

Open Ryhon0 opened 10 months ago

Ryhon0 commented 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.