2021-11-18 13:06:02 +00:00
|
|
|
#############################################
|
|
|
|
ttLib: Read/write OpenType and TrueType fonts
|
|
|
|
#############################################
|
|
|
|
|
|
|
|
Most users of the fontTools library will be using it to generate or manipulate
|
|
|
|
OpenType and TrueType fonts. (FontTools initially only supported TrueType fonts,
|
|
|
|
gaining OpenType support in version 2.0, and so uses the ``tt`` prefix to refer to
|
|
|
|
both kinds of font. Because of this we will refer to both as "TrueType fonts"
|
|
|
|
unless we need to make a distinction.)
|
|
|
|
|
|
|
|
The main entry point for such operations is the :py:mod:`fontTools.ttLib.ttFont`
|
|
|
|
module, but other modules also provide useful functionality for handling OpenType
|
|
|
|
fonts.
|
2017-04-21 19:47:28 -03:00
|
|
|
|
|
|
|
.. toctree::
|
2021-11-18 09:01:27 +00:00
|
|
|
:maxdepth: 2
|
2017-04-21 19:47:28 -03:00
|
|
|
|
2021-11-18 13:06:02 +00:00
|
|
|
ttFont
|
|
|
|
ttCollection
|
2017-04-21 19:47:28 -03:00
|
|
|
macUtils
|
|
|
|
sfnt
|
2018-10-10 15:43:58 -04:00
|
|
|
standardGlyphOrder
|
2017-04-21 19:47:28 -03:00
|
|
|
tables
|
|
|
|
woff2
|