Changeset 914 for libcaca/trunk/tools/makefont.c
- Timestamp:
- Apr 26, 2006, 5:21:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tools/makefont.c
r865 r914 31 31 #include <pango/pangoft2.h> 32 32 33 /* This list is built so that it includes all of ASCII, Latin-1, CP-437, 34 * and the UTF-8 glyphs necessary for canvas rotation and mirroring. */ 33 35 static int const blocklist[] = 34 36 { 35 0x0000, 0x0080, /* Basic latin: A, B, C, a, img, c */37 0x0000, 0x0080, /* Basic latin: A, B, C, a, b, c */ 36 38 0x0080, 0x0100, /* Latin-1 Supplement: Ä, Ç, å, ß */ 37 39 0x0100, 0x0180, /* Latin Extended-A: Ā č Ō œ */ … … 44 46 0x2100, 0x2150, /* Letterlike Symbols: Ⅎ */ 45 47 #endif 46 0x2300, 0x2400, /* Miscellaneous Technical: ⌂ */ 48 0x2200, 0x2300, /* Mathematical Operators: √ ∞ ∙ */ 49 0x2300, 0x2400, /* Miscellaneous Technical: ⌐ ⌂ ⌠ ⌡ */ 47 50 0x2500, 0x2580, /* Box Drawing: ═ ║ ╗ ╔ ╩ */ 48 51 0x2580, 0x25a0, /* Block Elements: ▛ ▞ ░ ▒ ▓ */
Note: See TracChangeset
for help on using the changeset viewer.