1########################################################## 2misc: Miscellaneous libraries helpful for font engineering 3########################################################## 4 5This is a collection of packages, most of which are used as internal support 6utilities by fontTools, but some of which may be more generally useful. 7 8.. toctree:: 9 :maxdepth: 2 10 11 arrayTools 12 bezierTools 13 classifyTools 14 cliTools 15 eexec 16 encodingTools 17 etree 18 filenames 19 fixedTools 20 intTools 21 loggingTools 22 macCreatorType 23 macRes 24 plistlib 25 psCharStrings 26 psLib 27 psOperators 28 sstruct 29 symfont 30 testTools 31 textTools 32 timeTools 33 transform 34 xmlReader 35 xmlWriter 36