You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|