2013-11-27 02:34:11 -05:00
|
|
|
from .otBase import BaseTTXConverter
|
2002-05-11 00:59:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
class table_J_S_T_F_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|
|
|
|
"""
|
|
|
|
|
2002-05-11 00:59:27 +00:00
|
|
|
pass
|