Skip to content

Commit 09085f1

Browse files
authored
Merge pull request #62 from miiton/fix/greek-subscript-small-letter
下付きギリシャ文字のグリフを含めないように修正
2 parents 4eef843 + 2d9d17f commit 09085f1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

cica.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
SOURCE = os.getenv('CICA_SOURCE_FONTS_PATH', './sourceFonts')
1616
LICENSE = open('./LICENSE.txt').read()
1717
COPYRIGHT = open('./COPYRIGHT.txt').read()
18-
VERSION = '5.0.1'
18+
VERSION = '5.0.2'
1919
FAMILY = 'Cica'
2020

2121
fonts = [
@@ -853,9 +853,7 @@ def resize_supersub(_f):
853853
subscripts = [
854854
{"src": 0x0069, "dest": 0x1d62}, {"src": 0x0072, "dest": 0x1d63},
855855
{"src": 0x0075, "dest": 0x1d64}, {"src": 0x0076, "dest": 0x1d65},
856-
{"src": 0x03b2, "dest": 0x1d66}, {"src": 0x03b3, "dest": 0x1d67},
857-
{"src": 0x03c1, "dest": 0x1d68}, {"src": 0x03c6, "dest": 0x1d69},
858-
{"src": 0x03c7, "dest": 0x1d6a}, {"src": 0x006a, "dest": 0x2c7c},
856+
{"src": 0x006a, "dest": 0x2c7c},
859857
{"src": 0x0030, "dest": 0x2080}, {"src": 0x0031, "dest": 0x2081},
860858
{"src": 0x0032, "dest": 0x2082}, {"src": 0x0033, "dest": 0x2083},
861859
{"src": 0x0034, "dest": 0x2084}, {"src": 0x0035, "dest": 0x2085},

0 commit comments

Comments
 (0)