summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/decomposeGlyph.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-01-25 16:07:18 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:27 -0700
commit4ee04b9735ff0d252124816c3413d37eddf204fe (patch)
tree62e6cb712329ba23a01c00624cd6ce2223a12f5f /scripts/lib/fontbuild/decomposeGlyph.py
parent68a71223632aa384d09b2cb27e61830faeec46e6 (diff)
Remove references to FL (stub out missing methods)
Diffstat (limited to 'scripts/lib/fontbuild/decomposeGlyph.py')
-rw-r--r--scripts/lib/fontbuild/decomposeGlyph.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lib/fontbuild/decomposeGlyph.py b/scripts/lib/fontbuild/decomposeGlyph.py
new file mode 100644
index 0000000..16f9a3d
--- /dev/null
+++ b/scripts/lib/fontbuild/decomposeGlyph.py
@@ -0,0 +1,3 @@
+def decomposeGlyph(glyph):
+ #TODO(jamesgk@google.com)
+ pass