2024-09-16 12:48:15 +01:00
|
|
|
######################################
|
|
|
|
cffLib: Read and write Adobe CFF fonts
|
|
|
|
######################################
|
2020-05-14 17:04:34 +01:00
|
|
|
|
2024-09-17 17:23:44 +01:00
|
|
|
.. rubric:: Overview:
|
|
|
|
:heading-level: 3
|
2024-09-16 12:48:15 +01:00
|
|
|
|
|
|
|
|
|
|
|
.. automodule:: fontTools.cffLib
|
2024-09-17 17:23:44 +01:00
|
|
|
:inherited-members:
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:member-order: bysource
|
|
|
|
|
|
|
|
.. rubric:: Submodules:
|
|
|
|
:heading-level: 3
|
|
|
|
|
|
|
|
cffLib contains submodules for converting between CCF and CFF2.
|
2024-09-18 14:49:50 +01:00
|
|
|
Each can be used within other Python scripts or run as a
|
|
|
|
subcommand of the ``fonttools`` command-line tool:
|
2024-09-17 17:23:44 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
CFFToCFF2
|
|
|
|
CFF2ToCFF
|
|
|
|
|
|
|
|
It also contains submodules for manipulating CFF-formatted glyphs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
specializer
|
|
|
|
width
|
|
|
|
|
|
|
|
.. rubric:: Module members:
|
|
|
|
:heading-level: 3
|
|
|
|
|