chiark / gitweb /
Add a mechanism for making aliases of glyphs
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Mar 2020 16:53:38 +0000 (16:53 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 28 Mar 2020 16:53:38 +0000 (16:53 +0000)
commit1dc4e2da1641da7c2ff5f15958ec287edd48c755
tree675317882a1a487a2cc9cb818e392e45eed37826
parentc8c26e41a35ef356fa10c84d48b3439331761fd1
Add a mechanism for making aliases of glyphs

This is done by making the new glyph contain only a reference to the
old one.  While it's possible to have multiple Unicode code points
reference the same glyph, that's rarely what you want because it's
useful to be able to map back from a glyph name to a code point, and
obviously that requires that the glyph have different names when
accessed through different code points.
bedstead.c