Ignore:
Timestamp:
03/01/09 14:20:41 (4 years ago)
Author:
sam
Message:

Added new Unicode blocks to the built-in font.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/tools/makefont.c

    r2821 r3407  
    5050    0x0400, 0x0500, /* Cyrillic: И Я */ 
    5151    0x0530, 0x0590, /* Armenian: Ո */ 
     52    0x1401, 0x1677, /* Unified Canadian Aboriginal Syllabics: ᒐ ᗡ */ 
    5253    0x1d00, 0x1d80, /* Phonetic Extensions: ᴉ ᵷ */ 
    5354    0x2000, 0x2070, /* General Punctuation: ‘’ “” */ 
    5455    0x2100, 0x2150, /* Letterlike Symbols: Ⅎ */ 
    55     0x2200, 0x2300, /* Mathematical Operators: √ ∞ ∙ */ 
     56    0x2200, 0x2300, /* Mathematical Operators: √ ∞ ∙ */ 
    5657    0x2300, 0x2400, /* Miscellaneous Technical: ⌐ ⌂ ⌠ ⌡ */ 
    5758    0x2500, 0x2580, /* Box Drawing: ═ ║ ╗ ╔ ╩ */ 
     
    6364    0x30a0, 0x3100, /* Katakana: ロ ル */ 
    6465    0xff00, 0xfff0, /* Halfwidth and Fullwidth Forms: A, B, C, a, b, c */ 
     66    0x10400, 0x10450, /* Deseret: 𐐒 𐐋 */ 
    6567    0, 0 
    6668}; 
Note: See TracChangeset for help on using the changeset viewer.