<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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
</pre></body></html>