add Breakdown character (we don't actually have a glyph for this yet)

This commit is contained in:
Glenn Maynard
2003-01-13 06:03:33 +00:00
parent 78d66da3d3
commit 9bf0a52d91
+1
View File
@@ -135,6 +135,7 @@ void FontManager::InitCharAliases()
CharAliases["whiteheart"] = 0x2661; /* ♡ */
CharAliases["blackstar"] = 0x2605; /* ★ */
CharAliases["whitestar"] = 0x2606; /* ☆ */
CharAliases["flipped-a"] = 0x2200; /* ∀ */
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
CharAliases["up"] = 0xE000;