aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/fonttools/fontTools/ttLib/tables/B_A_S_E_.py
blob: 0f4b1c3c5a7a3fe53de316dfd9b23fe5096eeb37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from .otBase import BaseTTXConverter


class table_B_A_S_E_(BaseTTXConverter):
    """Baseline table

    The ``BASE`` table contains information needed to align glyphs in
    different scripts, from different fonts, or at different sizes
    within the same line of text.

    See also https://learn.microsoft.com/en-us/typography/opentype/spec/base
    """

    pass