File: ttx

package info (click to toggle)
fonttools 2.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,876 kB
  • ctags: 1,817
  • sloc: python: 37,652; ansic: 149; makefile: 11
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:])