From: Ben Harris Date: Tue, 29 Oct 2024 00:42:07 +0000 (+0000) Subject: Move dot in Ldot and corresponding small cap leftwards X-Git-Tag: bedstead-3.246~97 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=b7a13dd61b70725fd25d383dce9a0b4a9f6c6b43;p=bedstead.git Move dot in Ldot and corresponding small cap leftwards It should be centred between the uprights of the Ls, and that makes it so. Sadly, it's not possible to do the same for the lower-case. Also add a relevant link to NOTES. --- diff --git a/NOTES b/NOTES index 0520c5e..27bf319 100644 --- a/NOTES +++ b/NOTES @@ -118,6 +118,9 @@ http://www.twardoch.com/download/polishhowto/ https://typography.guru/journal/capital-sharp-s-designs/ https://typography.guru/journal/how-to-draw-a-capital-sharp-s-r18/ +ĿL and ŀl: +https://glyphsapp.com/learn/localize-your-font-catalan-punt-volat + Microsoft have their own suggestions: https://docs.microsoft.com/en-gb/typography/develop/character-design-standards/ diff --git a/bedstead.c b/bedstead.c index d103f96..b2b409c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -745,8 +745,8 @@ static struct glyph { {"\00\00\22\22\24\20\37\00\00", 0xf197, "Lcaron.c2sc" }, {"\31\11\12\10\10\10\34\00\00", 0x013e, "lcaron" }, ALIAS("lcaron.sc", "Lcaron.c2sc"), - {"\20\20\20\21\20\20\37\00\00", 0x013f, "Ldot" }, - {"\00\00\20\21\20\20\37\00\00", 0xf198, "Ldot.c2sc" }, + {"\20\20\20\22\20\20\37\00\00", 0x013f, "Ldot" }, + {"\00\00\20\22\20\20\37\00\00", 0xf198, "Ldot.c2sc" }, {"\30\10\10\11\10\10\34\00\00", 0x0140, "ldot" }, ALIAS("ldot.sc", "Ldot.c2sc"), {"\10\10\14\30\10\10\17\00\00", 0x0141, "Lslash" },