Simon Cozens 3e0caa881e
[docs] Fully document the glyf table (#2457)
* Fully document the glyf table

* Correct docs for getGlyphName/getGlyphId

* Fix typo

* Grammar nits
2021-12-02 15:32:20 +00:00

12 lines
567 B
ReStructuredText

``glyf``: Glyph Data
--------------------
.. autoclass:: fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f
:members:
.. autoclass:: fontTools.ttLib.tables._g_l_y_f.Glyph
:members:
.. autoclass:: fontTools.ttLib.tables._g_l_y_f.GlyphComponent
:members:
.. autoclass:: fontTools.ttLib.tables._g_l_y_f.GlyphCoordinates
:members: array, zeros, copy, __len__, __getitem__, __setitem__, __delitem__, append, extend, toInt, relativeToAbsolute, absoluteToRelative, translate, scale, transform, __pos__, __neg__, __iadd__, __isub__, __imul__, __itruediv__, __bool__