#define MOS4 0x04 /* 4-cell mosaic graphics character */
#define SEP6 (SEP | MOS6)
#define SEP4 (SEP | MOS4)
--#define IS_ALIAS 0x08
- #define IS_SUBR 0x10
-#define JOIN_L 0x10 /* Copy left column leftwards to join to adjacent character. */
-#define JOIN_U 0x20 /* Copy top row upwards ditto. */
++#define JOIN_L 0x08 /* Copy left column leftward to join to next character. */
++#define JOIN_U 0x10 /* Copy top row upwards ditto. */
+ #define JOIN (JOIN_L | JOIN_U)
++#define IS_ALIAS 0x20
++#define IS_SUBR 0x40
+ uint_least16_t left_sidebearing; /* Set when outline generated. */
} glyphs[] = {
/*
* The first batch of glyphs comes from the code tables at the end of