summaryrefslogtreecommitdiff
path: root/data/charwidths.jl
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated warnings with Julia 0.4Peter Colberg2015-10-311-6/+12
|
* Generate fontforge font files in makefilePeter Colberg2015-10-291-9/+2
| | | | | | | | | | | Revise the script to directly read fontforge font files, which are generated in the makefile. This permits overriding the fontforge path during the build, and executing fontforge in parallel with make -j. Avoid duplicating download URLs in the script, which ensures that the script itself works without network access, e.g., when downloading the data files on a developer machine with network access and executing the script on a build machine without network access.
* fix #46 (make sure symbol-like codepoints have nonzero width even if they ↵Steven G. Johnson2015-06-241-12/+41
| | | | aren't in Unifont)
* Minor fixes to work with Unicode 8.0.0 dataJiahao Chen2015-06-201-2/+3
|
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+161