[Doc] Add tfmLib

This commit is contained in:
Khaled Hosny 2021-07-05 16:08:04 +02:00
parent 8d3852385e
commit 83ed0b4feb
2 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,7 @@ libraries in the fontTools suite:
- :py:mod:`fontTools.subset`: OpenType font subsetting and optimization - :py:mod:`fontTools.subset`: OpenType font subsetting and optimization
- :py:mod:`fontTools.svgLib.path`: Library for drawing SVG paths onto glyphs - :py:mod:`fontTools.svgLib.path`: Library for drawing SVG paths onto glyphs
- :py:mod:`fontTools.t1Lib`: Tools for PostScript Type 1 fonts (Python2 only) - :py:mod:`fontTools.t1Lib`: Tools for PostScript Type 1 fonts (Python2 only)
- :py:mod:`fontTools.tfmLib`: Module for reading TFM files
- :py:mod:`fontTools.ttx`: Module for converting between OTF and XML representation - :py:mod:`fontTools.ttx`: Module for converting between OTF and XML representation
- :py:mod:`fontTools.ufoLib`: Module for reading and writing UFO files - :py:mod:`fontTools.ufoLib`: Module for reading and writing UFO files
- :py:mod:`fontTools.unicodedata`: Convert between Unicode and OpenType script information - :py:mod:`fontTools.unicodedata`: Convert between Unicode and OpenType script information
@ -130,6 +131,7 @@ Table of Contents
subset/index subset/index
svgLib/index svgLib/index
t1Lib t1Lib
tfmLib
ttLib/index ttLib/index
ttx ttx
ufoLib/index ufoLib/index

8
Doc/source/tfmLib.rst Normal file
View File

@ -0,0 +1,8 @@
###########################################
tfmLib: Read TeX Font Metrics files
###########################################
.. automodule:: fontTools.tfmLib
.. autoclass:: fontTools.tfmLib.TFM
:members: