fonttools/Doc/source/ttLib/ttGlyphSet.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
540 B
ReStructuredText
Raw Normal View History

2024-12-06 14:04:27 +00:00
#################################################
ttGlyphSet: GlyphSets returned by a TTFont object
#################################################
.. rubric:: Overview
:heading-level: 2
The :mod:`fontTools.ttLib.ttGlyphSet` module is a helper for
:mod:`fontTools.ttLib`.
Most users will not need to access this module directly. Instead, the
glyphs in a font are accessible as a ``.glyphSet`` dictionary in a
:class:`TTFont` instance.
2024-12-06 14:04:27 +00:00
.. automodule:: fontTools.ttLib.ttGlyphSet
:members:
:undoc-members:
:private-members: