From ee56ef186703a4dc2b82d0fe429d4022cdeb56d3 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 27 Jun 2007 12:48:34 +0000 Subject: [PATCH] =?UTF-8?q?=20=20*=20Added=20glyphs=20to=20our=20default?= =?UTF-8?q?=20fonts:=20=20=20=20=20+=20Geometric=20Shapes,=20Halfwidth=20a?= =?UTF-8?q?nd=20Fullwidth=20Forms=20(as=20suggested=20by=20Ben=20=20=20=20?= =?UTF-8?q?=20=20=20Wiley=20Sittler)=20=20=20=20=20+=20Miscellaneous=20Sym?= =?UTF-8?q?bols=20(as=20suggested=20by=20Mohammed=20Adn=C3=A8ne=20Trojette?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/makefont.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/makefont.c b/tools/makefont.c index 7a3d516..c198061 100644 --- a/tools/makefont.c +++ b/tools/makefont.c @@ -57,9 +57,12 @@ static unsigned int const blocklist[] = 0x2300, 0x2400, /* Miscellaneous Technical: ⌐ ⌂ ⌠ ⌡ */ 0x2500, 0x2580, /* Box Drawing: ═ ║ ╗ ╔ ╩ */ 0x2580, 0x25a0, /* Block Elements: ▛ ▞ ░ ▒ ▓ */ + 0x25a0, 0x2600, /* Geometric Shapes: ◆ ○ ● */ + 0x2600, 0x2700, /* Miscellaneous Symbols: ♥ ★ ☭ */ 0x3000, 0x3040, /* CJK Symbols and Punctuation: 。「」 */ 0x3040, 0x30a0, /* Hiragana: で す */ 0x30a0, 0x3100, /* Katakana: ロ ル */ + 0xff00, 0xfff0, /* Halfwidth and Fullwidth Forms: A, B, C, a, b, c */ 0, 0 };