File: ttx

package info (click to toggle)
fonttools 2.3-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,880 kB
  • ctags: 1,806
  • sloc: python: 37,507; ansic: 149; makefile: 14; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env python


def _dummy():
	from encodings import latin_1, utf_8, utf_16_be


import sys
from fontTools import ttx

ttx.main(sys.argv[1:])