mirror of
https://github.com/weiweihuanghuang/Work-Sans.git
synced 2024-11-22 21:33:10 +03:00
Merge branch 'master' of https://github.com/weiweihuanghuang/Work-Sans
This commit is contained in:
commit
aec8f4ac4d
@ -16,7 +16,7 @@ if 'glyf' in font:
|
||||
if glyph.isComposite():
|
||||
glyph.expand(glyf)
|
||||
for component in glyph.components:
|
||||
component.flags = 0x4
|
||||
component.flags |= 0x4
|
||||
glyph.compact(glyf)
|
||||
outputTTF = makeOutputFileName(inputTTF, '', extension)
|
||||
font.save(outputTTF)
|
||||
|
Loading…
Reference in New Issue
Block a user