2020-07-22 14:31:17 +01:00
|
|
|
###########################################
|
|
|
|
mtiLib: Read Monotype FontDame source files
|
|
|
|
###########################################
|
|
|
|
|
2024-12-03 13:20:06 +00:00
|
|
|
.. 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
|
2024-12-03 13:20:06 +00:00
|
|
|
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.
|
|
|
|
|
2024-12-03 13:20:06 +00:00
|
|
|
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
|
|
|
|
2024-12-03 13:20:06 +00:00
|
|
|
.. autofunction:: fontTools.mtiLib.main
|
2018-10-10 21:01:55 -04:00
|
|
|
|
2024-12-03 13:20:06 +00:00
|
|
|
|
2018-10-10 21:01:55 -04:00
|
|
|
.. automodule:: fontTools.mtiLib
|
2024-12-03 13:20:06 +00:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:exclude-members: build, main
|