Docs, add crossreferences to bitmap-table-helper-module docs rather than duplicating automodule directives.
This commit is contained in:
parent
ebb2b9cd94
commit
dcb6f22693
@ -8,10 +8,10 @@ Bitmap-data helper modules
|
|||||||
.. rubric:: Overview:
|
.. rubric:: Overview:
|
||||||
:heading-level: 2
|
:heading-level: 2
|
||||||
|
|
||||||
The :mod:`fontTools.ttLib.ttCollection` module is a helper for
|
The modules documented on this page are helpers for
|
||||||
:mod:`fontTools.ttLib` that implements lower-level support for various
|
:mod:`fontTools.ttLib` that implement lower-level support for various
|
||||||
table converters that need to interact with bitmapped data. The
|
table converters that need to interact with bitmapped data. The
|
||||||
:mod:`.BitmapGlyphmetrics` module is used for the ``EBDT``/``EBLC`` and
|
:mod:`.BitmapGlyphMetrics` module is used for the ``EBDT``/``EBLC`` and
|
||||||
``CBDT``/``CBLC`` tables, and :mod:`.sbixGlyph` and :mod:`.sbixStrike`
|
``CBDT``/``CBLC`` tables, and :mod:`.sbixGlyph` and :mod:`.sbixStrike`
|
||||||
are used for the ``sbix`` table.
|
are used for the ``sbix`` table.
|
||||||
|
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
The ``CBDT`` table is an OpenType table.
|
The ``CBDT`` table is an OpenType table.
|
||||||
|
|
||||||
|
This ``CBDT`` table converter module depends on the
|
||||||
|
:mod:`.BitmapGlyphMetrics` module, which it shares with the ``EBDT``,
|
||||||
|
``EBLC``, and ``CBLC`` converters.
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.C_B_D_T_
|
.. automodule:: fontTools.ttLib.tables.C_B_D_T_
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
The ``CBLC`` table is an OpenType table.
|
The ``CBLC`` table is an OpenType table.
|
||||||
|
|
||||||
|
This ``CBLC`` table converter module depends on the
|
||||||
|
:mod:`.BitmapGlyphMetrics` module, which it shares with the ``EBDT``,
|
||||||
|
``EBLC``, and ``CBDT`` converters.
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.C_B_L_C_
|
.. automodule:: fontTools.ttLib.tables.C_B_L_C_
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
@ -3,16 +3,11 @@
|
|||||||
|
|
||||||
The ``EBDT`` table is an OpenType table.
|
The ``EBDT`` table is an OpenType table.
|
||||||
|
|
||||||
|
This ``EBDT`` table converter module depends on the
|
||||||
|
:mod:`.BitmapGlyphMetrics` module, which it shares with the ``EBLC``,
|
||||||
|
``CBDT``, and ``CBLC`` converters.
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.E_B_D_T_
|
.. automodule:: fontTools.ttLib.tables.E_B_D_T_
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
BitmapGlyphMetrics
|
|
||||||
^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.BitmapGlyphMetrics
|
|
||||||
:noindex:
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
|
|
||||||
|
@ -3,16 +3,10 @@
|
|||||||
|
|
||||||
The ``EBLC`` table is an OpenType table.
|
The ``EBLC`` table is an OpenType table.
|
||||||
|
|
||||||
|
This ``EBLC`` table converter module depends on the
|
||||||
|
:mod:`.BitmapGlyphMetrics` module, which it shares with the ``EBDT``,
|
||||||
|
``CBDT``, and ``CBLC`` converters.
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.E_B_L_C_
|
.. automodule:: fontTools.ttLib.tables.E_B_L_C_
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
BitmapGlyphMetrics
|
|
||||||
^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.BitmapGlyphMetrics
|
|
||||||
:noindex:
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
|
|
||||||
|
@ -3,22 +3,10 @@
|
|||||||
|
|
||||||
The ``sbix`` table is an OpenType table.
|
The ``sbix`` table is an OpenType table.
|
||||||
|
|
||||||
|
This ``sbix`` table converter module depends on the
|
||||||
|
:mod:`.sbixGlyph` and :mod:`.sbixStrike` modules.
|
||||||
|
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables._s_b_i_x
|
.. automodule:: fontTools.ttLib.tables._s_b_i_x
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sbixGlyph
|
|
||||||
^^^^^^^^^
|
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.sbixGlyph
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
|
|
||||||
sbixStrike
|
|
||||||
^^^^^^^^^^
|
|
||||||
|
|
||||||
.. automodule:: fontTools.ttLib.tables.sbixStrike
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user