blob: 922a9cb2063777cae486a3369d3d6380f9f626cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
from .otBase import BaseTTXConverter
class table_G_D_E_F_(BaseTTXConverter):
"""Glyph Definition table
The ``GDEF`` table stores various glyph properties that are used
by OpenType Layout.
See also https://learn.microsoft.com/en-us/typography/opentype/spec/gdef
"""
pass
|