summaryrefslogtreecommitdiffstats
path: root/generate.py
Commit message (Collapse)AuthorAge
* Code cleanupyum2022-11-25
| | | | Reorganize locations, remove a couple unused parameters.
* Update fontsyum2022-11-08
| | | | | | | | | | | English, Japanese, Chinese, and Korean should look much better now. French, German, and Spanish look like shit now, because I haven't figured out how to best make Noto Sans stay within its bounding box. * Use Noto Sans for most things * Simplify how we enable unicode blocks & assign fonts to them * Increase string matching window to 300. Works better in real-world test.
* Fix font clipping bugyum2022-11-07
| | | | | | When fonts completely fill a slot, any pixel touching a perimeter border gets stretched due to clamping. To avoid this, add a 2% margin around each slot.
* Add generate.pyyum2022-11-07
Generates a string with every character starting from a minimum. Useful for testing paging and font issues.