Update Spleen kernel fonts to version 2.1.0, bringing the following
authorfcambus <fcambus@openbsd.org>
Tue, 16 Apr 2024 17:15:15 +0000 (17:15 +0000)
committerfcambus <fcambus@openbsd.org>
Tue, 16 Apr 2024 17:15:15 +0000 (17:15 +0000)
improvements:

- Fix latin small letter 'u' smoothing in the 32x64 version

sys/dev/wsfont/spleen32x64.h

index 1470730..a229340 100644 (file)
@@ -1,7 +1,7 @@
-/*     $OpenBSD: spleen32x64.h,v 1.9 2020/07/31 20:14:47 fcambus Exp $ */
+/*     $OpenBSD: spleen32x64.h,v 1.10 2024/04/16 17:15:15 fcambus Exp $ */
 
 /*
- * Copyright (c) 2018-2020 Frederic Cambus <fcambus@openbsd.org>
+ * Copyright (c) 2018-2024 Frederic Cambus <fcambus@openbsd.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -5616,11 +5616,11 @@ static u_char spleen32x64_data[] = {
        0x0f, 0x00, 0x00, 0xf0,         /* ....****................****.... */
        0x0f, 0x00, 0x00, 0xf0,         /* ....****................****.... */
        0x0f, 0x80, 0x00, 0xf0,         /* ....*****...............****.... */
-       0x0f, 0xc0, 0x00, 0xf0,         /* ....******..............****.... */
+       0x07, 0xc0, 0x00, 0xf0,         /* .....*****..............****.... */
        0x07, 0xff, 0xff, 0xf0,         /* .....***********************.... */
        0x03, 0xff, 0xff, 0xf0,         /* ......**********************.... */
        0x01, 0xff, 0xff, 0xf0,         /* .......*********************.... */
-       0x00, 0xff, 0xff, 0xf0,         /* ........********************.... */
+       0x00, 0x7f, 0xff, 0xf0,         /* .........*******************.... */
        0x00, 0x00, 0x00, 0x00,         /* ................................ */
        0x00, 0x00, 0x00, 0x00,         /* ................................ */
        0x00, 0x00, 0x00, 0x00,         /* ................................ */