chiark / gitweb /
A few more forms of transport.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 2 Apr 2018 23:57:56 +0000 (00:57 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 2 Apr 2018 23:57:56 +0000 (00:57 +0100)
Inspired by seeing U+1F69A DELIVERY TRUCK in the subject line of an
email, here's a glyph for that and also U+1F680 ROCKET and U+1F682
STEAM LOCOMOTIVE.

bedstead.c

index 6f41745144e390b51ce87bafc1e60a937bb8fe65..ea283887f8379d11e395b448805e3e1efc5130e4 100644 (file)
@@ -1428,7 +1428,10 @@ static struct glyph {
  {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" },
 
  /* Transport and map symbols */
+ {{004,012,012,012,033,033,025,000,000}, 0x1f680 }, /* rocket */
  {{000,034,010,011,027,010,000,000,000}, 0x1f681 }, /* helicopter */
+ {{000,000,013,036,037,025,000,000,000}, 0x1f682 }, /* steamlocomotive */
+ {{000,007,017,027,037,011,000,000,000}, 0x1f69a }, /* deliverytruck */
 
  /* Latin small caps */
  {{000,000,016,021,037,021,021,000,000}, -1, "a.sc" },