You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
604 B
18 lines
604 B
##############################################
|
|
ttFont: Read/write OpenType and TrueType fonts
|
|
##############################################
|
|
|
|
.. autoclass:: fontTools.ttLib.ttFont.TTFont
|
|
:inherited-members:
|
|
:members:
|
|
|
|
.. autoclass:: fontTools.ttLib.ttFont.GlyphOrder
|
|
:inherited-members:
|
|
:members:
|
|
:undoc-members:
|
|
:private-members:
|
|
|
|
.. automodule:: fontTools.ttLib.ttFont
|
|
:members: getTableModule, registerCustomTableClass, unregisterCustomTableClass, getCustomTableClass, getClassTag, newTable, tagToIdentifier, identifierToTag, tagToXML, xmlToTag, sortedTagList, reorderFontTables
|
|
|