This commit is contained in:
Behdad Esfahbod 2013-07-24 19:21:40 -04:00
parent d83bb6cabe
commit b3ee60c0b3

View File

@ -1005,7 +1005,7 @@ options_default = {
# TODO Avoid recursing too much # TODO Avoid recursing too much
# TODO Text direction considerations # TODO Text direction considerations
# TODO Text script / language considerations # TODO Text script / language considerations
# TODO Drop unknown tables # TODO Drop unknown tables? Using DefaultTable.prune?
# TODO Drop GPOS Device records if not hinting? # TODO Drop GPOS Device records if not hinting?
@ -1047,6 +1047,7 @@ def main ():
fontfile = sys.argv[1] fontfile = sys.argv[1]
glyphs = sys.argv[2:] glyphs = sys.argv[2:]
# TODO Option for ignoreDecompileErrors?
font = fontTools.ttx.TTFont (fontfile, recalcBBoxes=options['recalc-bboxes']) font = fontTools.ttx.TTFont (fontfile, recalcBBoxes=options['recalc-bboxes'])
lapse ("load font") lapse ("load font")