You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
427 B
Python

from fontTools import ttLib
superclass = ttLib.getTableClass("fpgm")
class table__p_r_e_p(superclass):
"""Control Value Program table
The ``prep`` table contains TrueType instructions that can makee font-wide
alterations to the Control Value Table. It may potentially be executed
before any glyph is processed.
See also https://learn.microsoft.com/en-us/typography/opentype/spec/prep
"""
pass