Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
369 B
Python
Raw Normal View History

2013-11-27 02:34:11 -05:00
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