chiark / gitweb /
Yijing monograms, digrams, and trigrams
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 11 May 2024 13:35:55 +0000 (14:35 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 11 May 2024 13:35:55 +0000 (14:35 +0100)
Unfortunately, the hexagrams won't really fit in Bedstead.

bedstead.c

index f73e81df422017a624dbf3d83b1924d53597a238..28957cba20013c0bdd9743cc51e0ff321e5c8d13 100644 (file)
@@ -1774,6 +1774,14 @@ static struct glyph {
  {{001,002,004,010,005,003,007,000,000}, U(2607) }, /* lightning */
  {{037,022,024,030,025,023,027,000,000}, U(2608) }, /* thunderstorm */
  {{000,016,021,025,021,016,000,000,000}, U(2609) }, /* astrological sun */
+ {{000,037,000,037,000,037,000,000,000}, U(2630) }, /* Yijing trigrams... */
+ {{000,033,000,037,000,037,000,000,000}, U(2631) },
+ {{000,037,000,033,000,037,000,000,000}, U(2632) },
+ {{000,033,000,033,000,037,000,000,000}, U(2633) },
+ {{000,037,000,037,000,033,000,000,000}, U(2634) },
+ {{000,033,000,037,000,033,000,000,000}, U(2635) },
+ {{000,037,000,033,000,033,000,000,000}, U(2636) },
+ {{000,033,000,033,000,033,000,000,000}, U(2637) },
  {{000,012,000,000,016,021,000,000,000}, U(2639) }, /* frownface */
  {{000,012,000,000,021,016,000,000,000}, 0x263a, "smileface" },
  {{016,037,025,037,037,021,016,000,000}, 0x263b, "invsmileface" },
@@ -1795,6 +1803,12 @@ static struct glyph {
  {{000,016,021,033,021,016,000,000,000}, U(2687) }, /* wht circle two dots */
  {{000,016,037,035,037,016,000,000,000}, U(2688) }, /* blk circle dot right */
  {{000,016,037,025,037,016,000,000,000}, U(2689) }, /* blk circle two dots */
+ {{000,000,000,037,000,000,000,000,000}, U(268A) }, /* Yijing monogram yang */
+ {{000,000,000,033,000,000,000,000,000}, U(268B) }, /* Yijing monogram yin */
+ {{000,000,037,000,037,000,000,000,000}, U(268C) }, /* Yijing digrams... */
+ {{000,000,033,000,037,000,000,000,000}, U(268D) },
+ {{000,000,037,000,033,000,000,000,000}, U(268E) },
+ {{000,000,033,000,033,000,000,000,000}, U(268F) },
 
  /* Dingbats */
  {{000,004,022,017,022,004,000,000,000}, U(2708) }, /* airplane */