2013-11-27 02:34:11 -05:00
|
|
|
from .otBase import BaseTTXConverter
|
1999-12-16 21:34:53 +00:00
|
|
|
|
|
|
|
|
2002-05-11 00:59:27 +00:00
|
|
|
class table_G_S_U_B_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|
|
|
|
"""
|
|
|
|
|
2002-05-11 00:59:27 +00:00
|
|
|
pass
|