commit
47b45c0db7
@ -79,6 +79,7 @@ libraries in the fontTools suite:
|
||||
- :py:mod:`fontTools.subset`: OpenType font subsetting and optimization
|
||||
- :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.tfmLib`: Module for reading TFM files
|
||||
- :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.unicodedata`: Convert between Unicode and OpenType script information
|
||||
@ -130,6 +131,7 @@ Table of Contents
|
||||
subset/index
|
||||
svgLib/index
|
||||
t1Lib
|
||||
tfmLib
|
||||
ttLib/index
|
||||
ttx
|
||||
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