blob: 03bdc612ead945133c97f4a4d0002e8ca31c60c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
from .otBase import BaseTTXConverter
class table_G_P_O_S_(BaseTTXConverter):
"""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
"""
pass
|