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_P_O_S_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""Glyph Positioning table
|
|
|
|
|
|
|
|
The ``GPOS`` table stores advanced glyph-positioning data
|
|
|
|
used in OpenType Layout features, such as mark attachment,
|
|
|
|
cursive attachment, kerning, and other position adjustments.
|
|
|
|
|
|
|
|
See also https://learn.microsoft.com/en-us/typography/opentype/spec/gpos
|
|
|
|
"""
|
|
|
|
|
2002-05-11 00:59:27 +00:00
|
|
|
pass
|