| |
- fontTools.ttLib.tables.DefaultTable.DefaultTable
-
- table__g_l_y_f
- Glyph
- GlyphComponent
class Glyph |
| |
Methods defined here:
- __cmp__(self, other)
- __getitem__(self, componentIndex)
- __init__(self, data='')
- compact(self, glyfTable, recalcBBoxes=1)
- compile(self, glyfTable, recalcBBoxes=1)
- compileComponents(self, glyfTable)
- compileCoordinates(self)
- decompileComponents(self, data, glyfTable)
- decompileCoordinates(self, data)
- decompileCoordinatesRaw(self, nCoordinates, data)
- expand(self, glyfTable)
- fromXML(self, (name, attrs, content), ttFont)
- getCompositeMaxpValues(self, glyfTable, maxComponentDepth=1)
- getCoordinates(self, glyfTable)
- getMaxpValues(self)
- isComposite(self)
- recalcBounds(self, glyfTable)
- toXML(self, writer, ttFont)
|
class GlyphComponent |
| |
Methods defined here:
- __cmp__(self, other)
- __init__(self)
- compile(self, more, haveInstructions, glyfTable)
- decompile(self, data, glyfTable)
- fromXML(self, (name, attrs, content), ttFont)
- getComponentInfo(self)
- Return the base glyph name and a transform.
- toXML(self, writer, ttFont)
|
class table__g_l_y_f(fontTools.ttLib.tables.DefaultTable.DefaultTable) |
| |
Methods defined here:
- __contains__ = has_key(self, glyphName)
- __delitem__(self, glyphName)
- __getitem__(self, glyphName)
- __len__(self)
- __setitem__(self, glyphName, glyph)
- compile(self, ttFont)
- decompile(self, data, ttFont)
- fromXML(self, (name, attrs, content), ttFont)
- getGlyphID(self, glyphName)
- getGlyphName(self, glyphID)
- has_key(self, glyphName)
- keys(self)
- setGlyphOrder(self, glyphOrder)
- toXML(self, writer, ttFont, progress=None)
Methods inherited from fontTools.ttLib.tables.DefaultTable.DefaultTable:
- __cmp__(self, other)
- __init__(self, tag)
- __repr__(self)
Data and other attributes inherited from fontTools.ttLib.tables.DefaultTable.DefaultTable:
- dependencies = []
| |