git-svn-id: http://svn.robofab.com/branches/ufo3k@525 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
14 lines
276 B
Python
Executable File
14 lines
276 B
Python
Executable File
"""
|
|
|
|
arrayTools and bezierTools, originally from fontTools and using Numpy,
|
|
now in a pure python implementation. This should ease the Numpy dependency
|
|
for normal UFO input/output and basic scripting tasks.
|
|
|
|
comparison test and speedtest provided.
|
|
|
|
"""
|
|
|
|
|
|
|
|
|