mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-06 12:24:27 -04:00
More large, accented lower-case 'o's for 'cv79'
I thought about just re-using the ".sc" glyph names, but that seemed wrong.
This commit is contained in:
parent
da26a18aa0
commit
aeb66f043d
@ -656,13 +656,17 @@ static struct glyph {
|
||||
ALIAS("eth.sc", "Eth.c2sc"),
|
||||
{"\05\12\36\21\21\21\21\00\00", 0x00f1, "ntilde" },
|
||||
ALIAS("ntilde.sc", "Ntilde"),
|
||||
ALIAS("ograve.large", "Ograve"),
|
||||
ALIAS("ograve.sc", "Ograve"),
|
||||
{"\02\04\00\16\21\21\16\00\00", 0x00f3, "oacute" },
|
||||
ALIAS("oacute.large", "Oacute"),
|
||||
ALIAS("oacute.sc", "Oacute"),
|
||||
{"\04\12\00\16\21\21\16\00\00", 0x00f4, "ocircumflex" },
|
||||
ALIAS("ocircumflex.sc", "Ocircumflex"),
|
||||
{"\05\12\00\16\21\21\16\00\00", 0x00f5, "otilde" },
|
||||
ALIAS("otilde.large", "Otilde"),
|
||||
ALIAS("otilde.sc", "Otilde"),
|
||||
ALIAS("odieresis.large", "Odieresis"),
|
||||
ALIAS("odieresis.sc", "Odieresis"),
|
||||
{"\00\00\15\22\25\11\26\00\00", 0x00f8, "oslash" },
|
||||
ALIAS("ugrave.sc", "Ugrave"),
|
||||
@ -775,6 +779,7 @@ static struct glyph {
|
||||
ALIAS("eng.sc", "Eng.c2sc"),
|
||||
{"\16\00\16\21\21\21\16\00\00", 0x014c, "Omacron" },
|
||||
{"\00\16\00\16\21\21\16\00\00", 0x014d, "omacron" },
|
||||
ALIAS("omacron.large", "Omacron"),
|
||||
ALIAS("omacron.sc", "Omacron"),
|
||||
{"\17\24\24\26\24\24\17\00\00", 0x0152, "OE" },
|
||||
ALIAS("OE.c2sc", "uni0276"),
|
||||
@ -2760,7 +2765,9 @@ static struct alt_sub_override {
|
||||
#define CV74(VAR2) VAR2("j", ".serif") VAR2("ij", ".serif") \
|
||||
VAR2("jcircumflex", ".serif") VAR2("uni01F0", ".serif") \
|
||||
VAR2("uni0237", ".serif") VAR2("uni029D", ".serif")
|
||||
#define CV79(VAR2) VAR2("ocircumflex", ".large")
|
||||
#define CV79(VAR2) VAR2("ograve", ".large") VAR2("oacute", ".large") \
|
||||
VAR2("ocircumflex", ".large") VAR2("otilde", ".large") \
|
||||
VAR2("odieresis", ".large") VAR2("omacron", ".large")
|
||||
#define CV84(VAR2) VAR2("t", ".small") VAR2("uni0163", ".small") \
|
||||
VAR2("tcaron", ".small") VAR2("tbar", ".small") \
|
||||
VAR2("uni01AB", ".small") VAR2("uni0287", ".small") \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user