blob: ca1aff8b0680bf22550c460819627b4d2b14a463 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|