[Doc] Add tfmLib
This commit is contained in:
parent
8d3852385e
commit
83ed0b4feb
@ -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
8
Doc/source/tfmLib.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
###########################################
|
||||||
|
tfmLib: Read TeX Font Metrics files
|
||||||
|
###########################################
|
||||||
|
|
||||||
|
.. automodule:: fontTools.tfmLib
|
||||||
|
|
||||||
|
.. autoclass:: fontTools.tfmLib.TFM
|
||||||
|
:members:
|
Loading…
x
Reference in New Issue
Block a user