瀏覽代碼

transform.c: add new transformation glyphs for various capital letters.

tags/v0.99.beta17
Sam Hocevar sam 15 年之前
父節點
當前提交
6e5b4d29d6
共有 1 個檔案被更改,包括 10 行新增1 行删除
  1. +10
    -1
      caca/transform.c

+ 10
- 1
caca/transform.c 查看文件

@@ -670,10 +670,14 @@ static uint32_t flipchar(uint32_t ch)
'`', 0x00b4, /* ` ´ */
',', 0x02ce, /* , ˎ */
'1', 0x07c1, /* 1 ߁ */
'B', 0x10412,/* B 𐐒 */
'C', 0x03fd, /* C Ͻ */
'D', 0x15e1, /* D ᗡ */
'E', 0x018e, /* E Ǝ */
'J', 0x1490, /* J ᒐ */
'L', 0x2143, /* L ⅃ */
'N', 0x0418, /* N И */
'P', 0x1040b,/* P 𐐋 */
'R', 0x042f, /* R Я */
'S', 0x01a7, /* S Ƨ */
'c', 0x0254, /* c ɔ */
@@ -753,6 +757,8 @@ static uint32_t flopchar(uint32_t ch)
/* ASCII-Unicode */
'_', 0x203e, /* _ ‾ */
'!', 0x00a1, /* ! ¡ */
'A', 0x2200, /* A ∀ */
'J', 0x1489, /* J ᒉ */
'L', 0x0413, /* L Г */
'N', 0x0418, /* N И */
'P', 0x042c, /* P Ь */
@@ -847,10 +853,13 @@ static uint32_t rotatechar(uint32_t ch)
'&', 0x214b, /* & ⅋ */
'!', 0x00a1, /* ! ¡ */
'?', 0x00bf, /* ? ¿ */
'A', 0x2200, /* A ∀ */
'C', 0x03fd, /* C Ͻ */
'D', 0x15e1, /* D ᗡ */
'E', 0x018e, /* E Ǝ */
'F', 0x2132, /* F Ⅎ */
'F', 0x2132, /* F Ⅎ -- 0x07c3 looks better, but is RTL */
'G', 0x2141, /* G ⅁ */
'J', 0x148b, /* J ᒋ */
'L', 0x2142, /* L ⅂ */
'U', 0x0548, /* U Ո */
'V', 0x039b, /* V Λ */


Loading…
取消
儲存