fonttools/Doc/source/mtiLib.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
806 B
ReStructuredText
Raw Normal View History

2020-07-22 14:31:17 +01:00
###########################################
mtiLib: Read Monotype FontDame source files
###########################################
.. rubric:: Overview
:heading-level: 2
FontTools provides support for reading the OpenType Layout tables produced by
2020-07-22 14:31:17 +01:00
Monotype's FontDame and Font Chef font editors. These tables are written in a
simple textual format. The :py:mod:`mtiLib` library parses these text files and creates
2020-07-22 14:31:17 +01:00
table objects representing their contents.
Additionally, running the ``fonttools mtiLib`` command will convert a text file to TTX XML.
.. rubric:: Module members:
:heading-level: 2
.. autofunction:: fontTools.mtiLib.build
2020-07-22 14:31:17 +01:00
.. autofunction:: fontTools.mtiLib.main
2018-10-10 21:01:55 -04:00
2018-10-10 21:01:55 -04:00
.. automodule:: fontTools.mtiLib
:members:
:undoc-members:
:exclude-members: build, main