1########################################### 2mtiLib: Read Monotype FontDame source files 3########################################### 4 5FontTools provides support for reading the OpenType layout tables produced by 6Monotype's FontDame and Font Chef font editors. These tables are written in a 7simple textual format. The ``mtiLib`` library parses these text files and creates 8table objects representing their contents. 9 10Additionally, ``fonttools mtiLib`` will convert a text file to TTX XML. 11 12 13.. automodule:: fontTools.mtiLib 14 :members: build, main 15