From: Ben Harris Date: Sat, 4 May 2024 13:41:52 +0000 (+0100) Subject: Double-stroke "A" on the right not the left X-Git-Tag: bedstead-002.005~20 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=d97807a6cf2f7a19a815ba22920043b4b7ef3108;p=bedstead.git Double-stroke "A" on the right not the left This matches which stroke is conventionally thickest. --- diff --git a/bedstead.c b/bedstead.c index a1a5f87..a86becf 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2073,7 +2073,7 @@ static struct glyph { {{000,000,000,016,037,000,000,000,000}, U(1D13C) }, /* minim rest */ /* Mathematical alphanumeric symbols */ - {{016,025,025,027,025,025,035,000,000}, U(1D538) }, /* double-struck A */ + {{016,025,025,035,025,025,027,000,000}, U(1D538) }, /* double-struck A */ {{036,025,025,026,025,025,036,000,000}, U(1D539) }, /* double-struck B */ {{036,025,025,025,025,025,036,000,000}, U(1D53B) }, /* double-struck D */ {{037,024,024,026,024,024,037,000,000}, U(1D53C) }, /* double-struck E */