add hashbang and comment; add +x mode
This commit is contained in:
parent
a95aace05e
commit
2bc53e75ad
6
Snippets/decompose-ttf.py
Normal file → Executable file
6
Snippets/decompose-ttf.py
Normal file → Executable file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user