14 lines
294 B
Python
14 lines
294 B
Python
from .otBase import BaseTTXConverter
|
|
|
|
|
|
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
|