chiark / gitweb /
Generate the backward-compatibility *.sep6 glyphs correctly
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 26 Sep 2024 16:24:26 +0000 (17:24 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 26 Sep 2024 16:24:26 +0000 (17:24 +0100)
They should actually be separated, but I forgot to fix some pasted
text and so they weren't.

bedstead.c

index 340a32b70e331d1c316ecfa15a786fe2ec389db2..1f6ca8afe428d413e78efb62beb0942db2987d2d 100644 (file)
@@ -2570,9 +2570,9 @@ static struct glyph {
   * Further compatibility aliases, added in 002.007 when Unicode 16
   * gave proper code points for separated 6-cell mosaic graphics.  Not
   * actually implemented as aliases because it's simpler to directly
-  * generate the glyphs and the OTF file is smaller this way.
+  * generate the glyphs.
   */
-#define M(u) { {0x ## u * 21 / 20 + 1}, -1, "u1FB" #u ".sep6", MOS6 }
+#define M(u) { {0x ## u * 21 / 20 + 1}, -1, "u1FB" #u ".sep6", SEP6 }
  /* */  M(00), M(01), M(02), M(03), M(04), M(05), M(06),
  M(07), M(08), M(09), M(0A), M(0B), M(0C), M(0D), M(0E),
  M(0F), M(10), M(11), M(12), M(13),        M(14), M(15),