From: Ben Harris Date: Sun, 21 Sep 2025 20:23:22 +0000 (+0100) Subject: Initial HP large type pieces (U+1CE1A onwards) X-Git-Tag: bedstead-3.261~80 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=939f3952173f08acf6b75166cde73538b8794b79;p=bedstead.git Initial HP large type pieces (U+1CE1A onwards) This batch are the ones that can be implemented using the ordinary box-drawing characters (and probably should have been unified with them by Unicode). --- diff --git a/bedstead.c b/bedstead.c index f0e87d6..0de88ab 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2765,6 +2765,25 @@ static struct glyph { O(F8,E1),O(F9,E2), O(FB,E3), A(3A,E4),A(3B,E5), #undef O #undef A + UALIAS(U(1CE1A), "uni256D"), /* HP large letter pieces... */ + UALIAS(U(1CE1B), "SF010000"), + UALIAS(U(1CE1C), "uni2577"), + UALIAS(U(1CE1E), "uni2576"), + UALIAS(U(1CE1F), "SF100000"), + UALIAS(U(1CE20), "SF060000"), + UALIAS(U(1CE24), "uni256E"), + UALIAS(U(1CE25), "uni2574"), + UALIAS(U(1CE27), "SF030000"), + UALIAS(U(1CE28), "SF080000"), + UALIAS(U(1CE29), "SF110000"), + UALIAS(U(1CE36), "SF090000"), + UALIAS(U(1CE3A), "SF050000"), + UALIAS(U(1CE3C), "uni2575"), + UALIAS(U(1CE3D), "SF020000"), + UALIAS(U(1CE3E), "uni2570"), + UALIAS(U(1CE40), "SF070000"), + UALIAS(U(1CE43), "uni256F"), + UALIAS(U(1CE44), "SF040000"), UALIAS(U(1CEA0), "u1FB1E"), /* right half lower quarter block (octant-8) */ UALIAS(U(1CEA3), "u1FB0F"), /* left half lower quarter block (octant-7) */ UALIAS(U(1CEA8), "u1FB00"), /* left half upper quarter block (octant-1) */