Skip to content

Commit

Permalink
Merge pull request #62 from miiton/fix/greek-subscript-small-letter
Browse files Browse the repository at this point in the history
下付きギリシャ文字のグリフを含めないように修正
  • Loading branch information
miiton authored Jul 24, 2020
2 parents 4eef843 + 2d9d17f commit 09085f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cica.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SOURCE = os.getenv('CICA_SOURCE_FONTS_PATH', './sourceFonts')
LICENSE = open('./LICENSE.txt').read()
COPYRIGHT = open('./COPYRIGHT.txt').read()
VERSION = '5.0.1'
VERSION = '5.0.2'
FAMILY = 'Cica'

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

0 comments on commit 09085f1

Please sign in to comment.