From 2bc53e75ad41ff2d88cb22c4de03569613f2ec4b Mon Sep 17 00:00:00 2001 From: justvanrossum Date: Thu, 23 Jul 2020 07:11:11 +0200 Subject: [PATCH] add hashbang and comment; add +x mode --- Snippets/decompose-ttf.py | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 Snippets/decompose-ttf.py diff --git a/Snippets/decompose-ttf.py b/Snippets/decompose-ttf.py old mode 100644 new mode 100755 index baac8c4df..b8bb37442 --- a/Snippets/decompose-ttf.py +++ b/Snippets/decompose-ttf.py @@ -1,3 +1,9 @@ +#! /usr/bin/env python3 + +# Example script to decompose the composite glyphs in a TTF into +# non-composite outlines. + + import sys from fontTools.ttLib import TTFont from fontTools.pens.recordingPen import DecomposingRecordingPen