mirror of
https://github.com/weiweihuanghuang/Work-Sans.git
synced 2024-11-25 20:13:37 +03:00
Only set bit 4 instead
This commit is contained in:
parent
904a0695c2
commit
8be2a0f97e
@ -19,7 +19,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