From: Ben Harris Date: Thu, 21 Nov 2024 21:02:34 +0000 (+0000) Subject: Merge line-drawing changes into pre-release trunk X-Git-Tag: bedstead-3.246~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=4e069eec5e09dd4b2c491511a7c876481b5993ba;p=bedstead-debian.git Merge line-drawing changes into pre-release trunk --- 4e069eec5e09dd4b2c491511a7c876481b5993ba diff --cc bedstead.c index b3dd6ae,5d793bd..0ed8416 --- a/bedstead.c +++ b/bedstead.c @@@ -218,9 -210,10 +218,12 @@@ static struct glyph #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