6 ms·
The few I've opened appear to cover a 60-character segment of the ASCII table from 0x20 to 0x5B in row major order with a fixed glyph size indicated in the file
by neetdeth 6y ago
The few I've opened appear to cover a 60-character segment of the ASCII table from 0x20 to 0x5B in row major order with a fixed glyph size indicated in the file name.
- pmayrgundter 6y agoThere does seem to be consistency in groups with similar names, but e.g. from the first page, two of the same size with different ordering: https://github.com/ianhan/BitmapFonts/blob/main/32_32V1.png https://github.com/ianhan/BitmapFonts/blob/main/32_32V1.png https://github.com/ianhan/BitmapFonts/blob/main/32X32-F1.png https://github.com/ianhan/BitmapFonts/blob/main/32X32-F1.png Still, it's a good point that there's some ordering. Maybe it's not so bad setting up an index by hand for each group.