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