chiark / gitweb /
Add white (outline) versions of card suits
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 27 Jan 2025 14:08:29 +0000 (14:08 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 27 Jan 2025 14:08:29 +0000 (14:08 +0000)
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.

bedstead.c

index 554a1c51b8c49e2a041db220d09ce3e19df617b3..a0dd82ba3819f39ca7a1e670f39bddf8d3c0fe8b 100644 (file)
@@ -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" },