This commit is contained in:
Behdad Esfahbod 2017-04-13 19:40:08 -07:00
parent 8fbd1e5f6d
commit 806b7dcd8d

View File

@ -18,7 +18,6 @@ log = logging.getLogger(__name__)
def _make_map(font, chars, gids):
assert len(chars) == len(gids)
cmap = {}
lenCmap = len(gids)
glyphOrder = font.getGlyphOrder()
for char,gid in zip(chars,gids):
if gid is 0: