blob: b185f30f3a9a2978c1d4278b920f69969fe79b97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
from .otBase import BaseTTXConverter
class table_J_S_T_F_(BaseTTXConverter):
"""Justification table
The ``JSTF`` table contains glyph substitution and positioning
data used to perform text justification.
See also https://learn.microsoft.com/en-us/typography/opentype/spec/jstf
"""
pass
|