From: Ben Harris Date: Fri, 13 Dec 2019 18:39:45 +0000 (+0000) Subject: Add glyphs for a bunch of letters with dots below. X-Git-Tag: bedstead-002.001~38 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=d8a0fe6469e456b6f7d31982096e6dc52aa8c454;p=bedstead-debian.git Add glyphs for a bunch of letters with dots below. I discovered that Ubuntu has keyboard sequences for these, and they're easy to draw. --- diff --git a/bedstead.c b/bedstead.c index e8afe54..4b62389 100644 --- a/bedstead.c +++ b/bedstead.c @@ -976,7 +976,43 @@ static struct glyph { {{010,024,034,024,010,000,000,000,000}, 0x1dbf }, /* Superscript theta */ /* Latin extended additional */ + {{036,021,021,036,021,021,036,000,004}, 0x1e04 }, /* Bdotbelow */ + {{020,020,036,021,021,021,036,000,004}, 0x1e05 }, /* bdotbelow */ + {{036,021,021,021,021,021,036,000,004}, 0x1e0c }, /* Ddotbelow */ + {{001,001,017,021,021,021,017,000,004}, 0x1e0d }, /* ddotbelow */ + {{021,021,021,037,021,021,021,000,004}, 0x1e24 }, /* Hdotbelow */ + {{020,020,036,021,021,021,021,000,004}, 0x1e25 }, /* hdotbelow */ + {{021,022,024,030,024,022,021,000,004}, 0x1e32 }, /* Kdotbelow */ + {{010,010,011,012,014,012,011,000,004}, 0x1e33 }, /* kdotbelow */ + {{020,020,020,020,020,020,037,000,004}, 0x1e36 }, /* Ldotbelow */ + {{014,004,004,004,004,004,016,000,004}, 0x1e37 }, /* ldotbelow */ + {{021,033,025,025,021,021,021,000,004}, 0x1e42 }, /* Mdotbelow */ + {{000,000,032,025,025,025,025,000,004}, 0x1e43 }, /* mdotbelow */ + {{021,021,031,025,023,021,021,000,004}, 0x1e46 }, /* Ndotbelow */ + {{000,000,036,021,021,021,021,000,004}, 0x1e47 }, /* ndotbelow */ + {{036,021,021,036,024,022,021,000,004}, 0x1e5a }, /* Rdotbelow */ + {{000,000,013,014,010,010,010,000,004}, 0x1e5b }, /* rdotbelow */ + {{016,021,020,016,001,021,016,000,004}, 0x1e5c }, /* Sdotbelow */ + {{000,000,017,020,016,001,036,000,004}, 0x1e5d }, /* sdotbelow */ + {{037,004,004,004,004,004,004,000,004}, 0x1e6c }, /* Tdotbelow */ + {{004,004,016,004,004,004,002,000,004}, 0x1e6d }, /* tdotbelow */ + {{021,021,021,012,012,004,004,000,004}, 0x1e7e }, /* Vdotbelow */ + {{000,000,021,021,012,012,004,000,004}, 0x1e7f }, /* vdotbelow */ + {{021,021,021,025,025,025,012,000,004}, 0x1e88 }, /* Wdotbelow */ + {{000,000,021,021,025,025,012,000,004}, 0x1e89 }, /* wdotbelow */ + {{037,001,002,004,010,020,037,000,004}, 0x1e92 }, /* Zdotbelow */ + {{000,000,037,002,004,010,037,000,004}, 0x1e93 }, /* zdotbelow */ {{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */ + {{037,020,020,036,020,020,037,000,004}, 0x1eb8 }, /* Edotbelow */ + {{000,000,016,021,037,020,016,000,004}, 0x1eb9 }, /* edotbelow */ + {{016,004,004,004,004,004,016,000,004}, 0x1eca }, /* Idotbelow */ + {{004,000,014,004,004,004,016,000,004}, 0x1ecb }, /* idotbelow */ + {{016,021,021,021,021,021,016,000,004}, 0x1ecc }, /* Odotbelow */ + {{000,000,016,021,021,021,016,000,004}, 0x1ecd }, /* odotbelow */ + {{021,021,021,021,021,021,016,000,004}, 0x1ee4 }, /* Udotbelow */ + {{000,000,021,021,021,021,017,000,004}, 0x1ee5 }, /* udotbelow */ + {{021,021,012,004,004,004,004,000,004}, 0x1ef4 }, /* Ydotbelow */ + {{000,000,021,021,017,001,016,000,004}, 0x1ef5 }, /* ydotbelow */ /* General punctuation */ {{000,000,000,016,000,000,000,000,000}, 0x2010 }, /* hyphen */