Changeset 1768
- Timestamp:
- Jun 27, 2007, 2:48:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tools/makefont.c
r1462 r1768 58 58 0x2500, 0x2580, /* Box Drawing: ═ ║ ╗ ╔ ╩ */ 59 59 0x2580, 0x25a0, /* Block Elements: ▛ ▞ ░ ▒ ▓ */ 60 0x25a0, 0x2600, /* Geometric Shapes: ◆ ○ ● */ 61 0x2600, 0x2700, /* Miscellaneous Symbols: ♥ ★ ☭ */ 60 62 0x3000, 0x3040, /* CJK Symbols and Punctuation: 。「」 */ 61 63 0x3040, 0x30a0, /* Hiragana: で す */ 62 64 0x30a0, 0x3100, /* Katakana: ロ ル */ 65 0xff00, 0xfff0, /* Halfwidth and Fullwidth Forms: A, B, C, a, b, c */ 63 66 0, 0 64 67 };
Note: See TracChangeset
for help on using the changeset viewer.