Docs: cffLib, minor updates.
This commit is contained in:
parent
3cafab8d50
commit
69cecfaa10
@ -5,3 +5,6 @@ CFF2ToCFF: convert CFF2 to CFF
|
|||||||
.. automodule:: fontTools.cffLib.CFF2ToCFF
|
.. automodule:: fontTools.cffLib.CFF2ToCFF
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:members:
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,3 +5,4 @@ CFFToCFF2: convert CFF to CFF2
|
|||||||
.. automodule:: fontTools.cffLib.CFFToCFF2
|
.. automodule:: fontTools.cffLib.CFFToCFF2
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:members:
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
@ -2,7 +2,22 @@
|
|||||||
cffLib: Read and write Adobe CFF fonts
|
cffLib: Read and write Adobe CFF fonts
|
||||||
######################################
|
######################################
|
||||||
|
|
||||||
This package contains modules for converting between CCF and CFF2:
|
.. rubric:: Overview:
|
||||||
|
:heading-level: 3
|
||||||
|
|
||||||
|
|
||||||
|
.. automodule:: fontTools.cffLib
|
||||||
|
:inherited-members:
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:member-order: bysource
|
||||||
|
|
||||||
|
.. rubric:: Submodules:
|
||||||
|
:heading-level: 3
|
||||||
|
|
||||||
|
cffLib contains submodules for converting between CCF and CFF2.
|
||||||
|
Each can be used within other Python code or run as a
|
||||||
|
command-line console script:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
@ -10,7 +25,7 @@ This package contains modules for converting between CCF and CFF2:
|
|||||||
CFFToCFF2
|
CFFToCFF2
|
||||||
CFF2ToCFF
|
CFF2ToCFF
|
||||||
|
|
||||||
and modules for manipulating CFF format glyphs:
|
It also contains submodules for manipulating CFF-formatted glyphs:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
@ -18,5 +33,6 @@ and modules for manipulating CFF format glyphs:
|
|||||||
specializer
|
specializer
|
||||||
width
|
width
|
||||||
|
|
||||||
.. automodule:: fontTools.cffLib
|
.. rubric:: Module members:
|
||||||
|
:heading-level: 3
|
||||||
|
|
||||||
|
@ -2,7 +2,15 @@
|
|||||||
specializer: T2CharString operator specializer and generalizer
|
specializer: T2CharString operator specializer and generalizer
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
|
.. rubric:: Overview:
|
||||||
|
:heading-level: 3
|
||||||
|
|
||||||
.. automodule:: fontTools.cffLib.specializer
|
.. automodule:: fontTools.cffLib.specializer
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
|
.. rubric:: Module members:
|
||||||
|
:heading-level: 3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""cffLib: read/write Adobe CFF fonts
|
"""cffLib: read/write Adobe CFF fonts
|
||||||
|
|
||||||
OpenType fonts with PostScript outlines contain a completely independent
|
OpenType fonts with PostScript outlines embed a completely independent
|
||||||
font file, Adobe's *Compact Font Format*. So dealing with OpenType fonts
|
font file in Adobe's *Compact Font Format*. So dealing with OpenType fonts
|
||||||
requires also dealing with CFF. This module allows you to read and write
|
requires also dealing with CFF. This module allows you to read and write
|
||||||
fonts written in the CFF format.
|
fonts written in the CFF format.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user