2017-03-07 00:21:40 -08:00
|
|
|
from . import asciiTable
|
|
|
|
|
2022-12-13 11:26:36 +00:00
|
|
|
|
2017-03-07 00:21:40 -08:00
|
|
|
class table_T_T_F_A_(asciiTable.asciiTable):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""ttfautohint parameters table
|
|
|
|
|
|
|
|
The ``TTFA`` table is used by the free-software `ttfautohint` program
|
|
|
|
to record the parameters that `ttfautohint` was called with when it
|
|
|
|
was used to auto-hint the font.
|
|
|
|
|
|
|
|
See also http://freetype.org/ttfautohint/doc/ttfautohint.html#miscellaneous-1
|
|
|
|
"""
|
|
|
|
|
2017-03-07 00:21:40 -08:00
|
|
|
pass
|