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

 
Modules
       
fontTools.ttLib.tables.DefaultTable
struct

 
Classes
       
DefaultTable
table__g_a_s_p

 
class table__g_a_s_p(DefaultTable)
     Methods defined here:
compile(self, ttFont)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
toXML(self, writer, ttFont)

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

Data and other attributes inherited from DefaultTable:
dependencies = []

 
Data
        GASP_DOGRAY = 2
GASP_GRIDFIT = 1
GASP_SYMMETRIC_GRIDFIT = 8
GASP_SYMMETRIC_SMOOTHING = 4
__file__ = '/home/mcfletch/pylive/fontTools/ttLib/tables/_g_a_s_p.pyc'
__name__ = 'fontTools.ttLib.tables._g_a_s_p'
__package__ = 'fontTools.ttLib.tables'