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

15 lines
392 B
Python
Raw Normal View History

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):
"""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