fontTools.ttLib.tables._m_a_x_p
index
/home/mcfletch/pylive/fontTools/ttLib/tables/_m_a_x_p.py

 
Modules
       
fontTools.ttLib.tables.DefaultTable
sstruct

 
Classes
       
DefaultTable
table__m_a_x_p

 
class table__m_a_x_p(DefaultTable)
     Methods defined here:
compile(self, ttFont)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
recalc(self, ttFont)
Recalculate the font bounding box, and most other maxp values except
for the TT instructions values. Also recalculate the value of bit 1
of the flags field and the font bounding box of the 'head' table.
testrepr(self)
toXML(self, writer, ttFont)

Data and other attributes defined here:
dependencies = ['glyf']

Methods inherited from DefaultTable:
__cmp__(self, other)
__init__(self, tag)
__repr__(self)

 
Data
        __file__ = '/home/mcfletch/pylive/fontTools/ttLib/tables/_m_a_x_p.pyc'
__name__ = 'fontTools.ttLib.tables._m_a_x_p'
__package__ = 'fontTools.ttLib.tables'
maxpFormat_0_5 = '\n\t\t>\t# big endian\n\t\ttableVersion: i\n\t\tnumGlyphs: H\n'
maxpFormat_1_0_add = '\n\t\t>\t# big endian\n\t\tmaxPoints: H\n\t\t...mponentElements: H\n\t\tmaxComponentDepth: H\n'