From 543f43a2f3d15a81a8d2a75dc703f5b4a25e274d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 2 Apr 2018 08:21:35 +0100 Subject: [PATCH] Move stroke on dotless j with stroke glyphs down by one pixel. This makes them match the lower-case "f" of which these characters were originally turned versions, and also makes U+0284 LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK more visually distinct from U+0192 LATIN SMALL LETTER F WITH HOOK. --- bedstead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedstead.c b/bedstead.c index 2cb77a9..307bad3 100644 --- a/bedstead.c +++ b/bedstead.c @@ -675,7 +675,7 @@ static struct glyph { {{000,000,036,001,016,001,036,000,000}, 0x025c }, /* Reversed epsilon */ {{000,000,030,004,031,006,030,000,000}, 0x025d }, /* Right-hook rev epsilon */ {{000,000,016,021,026,021,016,000,000}, 0x025e }, /* Closed reversed epsilon */ - {{000,000,004,004,016,004,004,004,010}, 0x025f }, /* Barred dotless J */ + {{000,000,004,004,004,016,004,004,010}, 0x025f }, /* Barred dotless J */ {{001,002,016,022,022,022,016,002,014}, 0x0260 }, /* Hooktop G */ {{000,000,017,021,021,021,017,001,016}, 0x0261 }, /* Opentail G */ {{000,000,017,020,023,021,017,000,000}, 0x0262 }, /* Small capital G */ @@ -711,7 +711,7 @@ static struct glyph { {{000,000,021,022,036,021,036,000,000}, 0x0281 }, /* Inverted small capital R */ {{000,000,017,020,016,001,036,020,010}, 0x0282 }, /* Right-tail S (at left) */ {{002,004,004,004,004,004,004,004,010}, 0x0283 }, /* Esh */ - {{002,004,004,004,016,004,004,004,010}, 0x0284 }, /* Hooktop barred dotless J */ + {{002,004,004,004,004,016,004,004,010}, 0x0284 }, /* Hooktop barred dotless J */ {{002,004,004,004,004,016,024,024,010}, 0x0286 }, /* Curly-tail esh */ {{000,000,010,004,004,004,016,004,004}, 0x0287 }, /* Turned T */ {{004,004,016,004,004,004,004,004,002}, 0x0288 }, /* Right-tail T */ -- 2.30.2