Browse Source

* Added a few more Unicode blocks to the default fonts.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
17e1e490d6
3 changed files with 3071 additions and 1849 deletions
  1. +1517
    -906
      cucul/font_mono9.h
  2. +1552
    -941
      cucul/font_monobold12.h
  3. +2
    -2
      tools/makefont.c

+ 1517
- 906
cucul/font_mono9.h
File diff suppressed because it is too large
View File


+ 1552
- 941
cucul/font_monobold12.h
File diff suppressed because it is too large
View File


+ 2
- 2
tools/makefont.c View File

@@ -44,10 +44,10 @@ static int const blocklist[] =
0x0250, 0x02b0, /* IPA Extensions: ɐ ɔ ɘ ʌ ʍ */
0x0370, 0x0400, /* Greek and Coptic: Λ α β */
0x0400, 0x0500, /* Cyrillic: И Я */
0x0530, 0x0590, /* Armenian: Ո */
0x1d00, 0x1d80, /* Phonetic Extensions: ᴉ ᵷ */
0x2000, 0x2070, /* General Punctuation: ‘’ “” */
#if 0
0x2100, 0x2150, /* Letterlike Symbols: Ⅎ */
#endif
0x2200, 0x2300, /* Mathematical Operators: √ ∞ ∙ */
0x2300, 0x2400, /* Miscellaneous Technical: ⌐ ⌂ ⌠ ⌡ */
0x2500, 0x2580, /* Box Drawing: ═ ║ ╗ ╔ ╩ */


Loading…
Cancel
Save