top | item 26020124 (no title) neetdeth | 5 years 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. discuss order hn newest pmayrgundter|5 years ago There 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/32X32-F1.pngStill, 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.
pmayrgundter|5 years ago There 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/32X32-F1.pngStill, 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.
pmayrgundter|5 years ago
https://github.com/ianhan/BitmapFonts/blob/main/32_32V1.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.