Module Name: xsrc Committed By: uwe Date: Wed Jun 8 19:19:42 UTC 2022
Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: bdfload: Teach it to write wsf font files. wsfontload(8) now groks simple "wsf" file format - that is basically a header of kinda struct wsdisplay_font but with string fields embedded and numeric fields in little-endian and font data afterwards. Teach bdfload to write out such files if -o file.wsf argument is specified. While here fix a couple of bugs too (sorry, should have been separate commits). Fix an off by one in numchars calculations. Fix the type of buflen. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/local/programs/bdfload/bdfload.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.