add a few "aux*" aliases so that custom glyphs don't have to use arbitrary points in the private range

This commit is contained in:
Chris Danford
2005-04-01 09:24:06 +00:00
parent 745a2141cb
commit bddb7e88f8
+9
View File
@@ -299,6 +299,15 @@ static void InitCharAliases()
{ "back", 0xE009 },
{ "ok", 0xE00A },
{ "nextrow", 0xE00B },
{ "aux1", 0xE010 },
{ "aux2", 0xE011 },
{ "aux3", 0xE012 },
{ "aux4", 0xE013 },
{ "aux5", 0xE014 },
{ "aux6", 0xE015 },
{ "aux7", 0xE016 },
{ "aux8", 0xE017 },
{ "aux9", 0xE018 },
{ NULL, 0 }
};