Module Name:    src
Committed By:   pgoyette
Date:           Thu Mar 27 20:10:29 UTC 2025

Modified Files:
        src/sys/dev/wsfont: Comic_Mono_16x34.h

Log Message:
Include fontsize info in the larger font to differentiate it
from the smaller font in case both are selected.  Similar to
what is done with the Boldface 16x32 size font.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/wsfont/Comic_Mono_16x34.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/wsfont/Comic_Mono_16x34.h
diff -u src/sys/dev/wsfont/Comic_Mono_16x34.h:1.1 src/sys/dev/wsfont/Comic_Mono_16x34.h:1.2
--- src/sys/dev/wsfont/Comic_Mono_16x34.h:1.1	Tue Mar 25 10:50:12 2025
+++ src/sys/dev/wsfont/Comic_Mono_16x34.h	Thu Mar 27 20:10:29 2025
@@ -29,7 +29,7 @@ SOFTWARE.
 static u_char Comic_Mono_16x34_data[];
 
 static struct wsdisplay_font Comic_Mono_16x34 = {
-	"Comic Mono",			/* typeface name */
+	"Comic Mono 16x34",		/* typeface name */
 	32,				/* firstchar */
 	127 - 32,			/* numchar */
 	WSDISPLAY_FONTENC_ISO,		/* encoding */

Reply via email to