From: Ben Harris Date: Mon, 27 Jan 2025 14:08:29 +0000 (+0000) Subject: Add white (outline) versions of card suits X-Git-Tag: bedstead-3.251~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=743dd15e673b0bd50f0ee6e458539fcdc5e51df3;p=bedstead.git Add white (outline) versions of card suits The club and spade are one pixel taller than the black (filled) ones because I couldn't come up with a convicing club in the smaller size. --- diff --git a/bedstead.c b/bedstead.c index 554a1c5..a0dd82b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2241,9 +2241,13 @@ static struct glyph { {"\16\21\21\16\04\16\04\00\00", 0x2640, "female" }, {"\07\03\05\14\22\22\14\00\00", 0x2642, "male" }, {"\00\04\16\37\37\04\16\00\00", 0x2660, "spade" }, + {"\00\12\25\21\12\04\00\00\00", U(2661) }, /* white heart */ + {"\00\04\12\21\12\04\00\00\00", U(2662) }, /* white diamond */ {"\00\16\16\37\37\04\16\00\00", 0x2663, "club" }, + {"\04\12\21\21\37\04\16\00\00", U(2664) }, /* white spade */ {"\00\12\37\37\16\04\00\00\00", 0x2665, "heart" }, {"\00\04\16\37\16\04\00\00\00", 0x2666, "diamond" }, + {"\16\12\33\21\37\04\16\00\00", U(2667) }, /* white club */ {"\02\02\02\02\06\16\04\00\00", U(2669) }, /* crotchet */ {"\04\06\05\05\14\34\10\00\00", 0x266a, "musicalnote" }, {"\03\15\11\11\13\33\30\00\00", 0x266b, "musicalnotedbl" },