This commit is contained in:
Wei Huang 2015-05-03 16:14:05 +02:00
commit aec8f4ac4d

View File

@ -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)