don't need to specify keepGlyphNames, esp. if it matches defsult behavior
This commit is contained in:
parent
19eac2e00a
commit
cfd00ef3dd
@ -70,7 +70,7 @@ def test_build_ttf(tmpdir):
|
|||||||
fb.setupHorizontalHeader()
|
fb.setupHorizontalHeader()
|
||||||
fb.setupNameTable(nameStrings)
|
fb.setupNameTable(nameStrings)
|
||||||
fb.setupOS2()
|
fb.setupOS2()
|
||||||
fb.setupPost(keepGlyphNames=True)
|
fb.setupPost()
|
||||||
|
|
||||||
fb.save(outPath)
|
fb.save(outPath)
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ def test_build_otf(tmpdir):
|
|||||||
fb.setupHorizontalHeader()
|
fb.setupHorizontalHeader()
|
||||||
fb.setupNameTable(nameStrings)
|
fb.setupNameTable(nameStrings)
|
||||||
fb.setupOS2()
|
fb.setupOS2()
|
||||||
fb.setupPost(keepGlyphNames=False)
|
fb.setupPost()
|
||||||
|
|
||||||
fb.save(outPath)
|
fb.save(outPath)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user