Chlumsky / msdf-atlas-gen

MSDF font atlas generator
MIT License
783 stars 175 forks source link

Export all glyphs instead of user-defined subset #77

Closed BaddestBoss123 closed 8 months ago

BaddestBoss123 commented 1 year ago

The atlas generator loads a subset of glyphs from a TTF or OTF font file

that's nice, but I'm not picky and just want access to all glyphs. is there a way to do this?

already tried charset.txt with [0, 1114111] in it but the resulting image looked completely broken

TrevorCow commented 1 year ago

I think it has to be given as hex. Try [0x0,0xFFFF] instead

Chlumsky commented 8 months ago

Implemented in f1ad23f7c4dd14b310de0f86780925ece016796b