|
|
|
|
|
by userbinator
3243 days ago
|
|
Wow. To me that's definitely in the realm of "fix this if you need to run this program more than once" inefficiency. After looking at the implementation, it doesn't seem like it takes advantage of TTF's "composite glyphs" feature either, which would be the most straightforward way of generating a font like this --- once you define the box and the digit glyphs, each character is then composed entirely of references to the box and the appropriate digit glyphs. |
|
Oh man I gotta look into the composite glyphs. I don't know much about fonts in general. Thanks for this bit of information.