Source code for fontTools.ttLib.tables.G_S_U_B_
from .otBase import BaseTTXConverter
[docs]
class table_G_S_U_B_(BaseTTXConverter):
"""Glyph Substitution table
The ``GSUB`` table contains glyph-substitution rules used in
OpenType Layout.
See also https://learn.microsoft.com/en-us/typography/opentype/spec/gsub
"""
pass