chiark / gitweb /
Double-stroke "A" on the right not the left
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 4 May 2024 13:41:52 +0000 (14:41 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 4 May 2024 13:41:52 +0000 (14:41 +0100)
This matches which stroke is conventionally thickest.

bedstead.c

index a1a5f87405c1821e1530b06a339703e1056376fd..a86becfcdea6be6ced6982908dca88a1602aeaab 100644 (file)
@@ -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 */