File: mtiLib.rst

package info (click to toggle)
fonttools 4.61.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,588 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###########################################
mtiLib: Read Monotype FontDame source files
###########################################

.. rubric:: Overview
   :heading-level: 2

FontTools provides support for reading the OpenType Layout tables produced by
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
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

.. autofunction:: fontTools.mtiLib.main

		       
.. automodule:: fontTools.mtiLib
   :members: 
   :undoc-members:
   :exclude-members: build, main