opnsense-src/usr.bin/vtfontcvt
Ed Maste 036ce9b76e vtfontcvt: Improve error message for unsupported DWIDTH
vtfontcvt requires that all glyphs are 1x or 2x a common width,
reporting for example "bitmap with unsupported DWIDTH 27 0 on line xxx"
if the font is expected to be 32 pixels wide.

Add the expected / permitted values to the error message to make the
issue more clear - for the same example,
"bitmap with unsupported DWIDTH 27 0 (not 32 or 64)".

Reviewed by:	ziaee
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 3433daae0d20d55503084c4d17b8a3e685657ad2)
2025-02-04 08:38:09 -05:00
..
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
vtfontcvt.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
vtfontcvt.c vtfontcvt: Improve error message for unsupported DWIDTH 2025-02-04 08:38:09 -05:00