Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
photo.dat | 2018-05-16 | 6.6 MB | |
photo.png | 2018-05-16 | 422.4 kB | |
circles.out | 2018-05-16 | 1.1 MB | |
example01.dat | 2018-05-16 | 23.5 kB | |
grayscale.cmap | 2018-05-16 | 1.9 kB | |
linear_noise2.outlier_masked | 2018-05-16 | 4.7 kB | |
new_menu.c | 2018-05-16 | 42.2 kB | |
drawx.c | 2018-05-16 | 49.4 kB | |
imgdump.c | 2018-05-16 | 7.6 kB | |
Makefile | 2018-05-16 | 405 Bytes | |
menu.h | 2018-05-16 | 60 Bytes | |
putil.c | 2018-05-16 | 46.6 kB | |
putil.h | 2018-05-16 | 3.3 kB | |
ps_convert.c | 2018-05-16 | 17.7 kB | |
ps_preamble.c | 2018-05-16 | 9.8 kB | |
Totals: 15 Items | 8.3 MB | 0 |
Many Linux distribution no longer carry the legacy Helvetica fonts. You can test this with the Linux command > xlsfonts An example is Windows Subsystem Linux. To fix this you should also download the drawx_wsl.c file. Remove the original drawx.c and rename drawx_wsl.c to drawx.c. (e.g. mv drawx_wsl.c drawx.c Compile as normal and things should work fine. The drawx_wsl.c version uses the font "7x14" which is present on WSL systems. Not as pretty as Helvetica - but works!