about summary refs log tree commit diff stats
path: root/res/gencharwidth.nim
Commit message (Collapse)AuthorAgeFilesLines
* strwidth, renderdocument: small refactoringbptato2024-03-031-2/+2
| | | | | | * put attrs pointer in state * simplify width() * use unsigned int as ptint to avoid UB
* charwidth: use ptint in controls calculationbptato2024-01-191-3/+3
| | | | int was incorrect
* charwidth: use pre-generated map filebptato2024-01-041-0/+202
Also for reducing compilation time.