FFTM: FontForge Time Stamp table

The FFTM table is used by the FontForge font editor.

class fontTools.ttLib.tables.F_F_T_M_.table_F_F_T_M_(tag=None)[source]

Bases: DefaultTable

FontForge Time Stamp table

The FFTM table is used by the free-software font editor FontForge to record timestamps for the creation and modification of font source (.sfd) files and a timestamp for FontForge’s own source code.

See also https://fontforge.org/docs/techref/non-standard.html

decompile(data, ttFont)[source]
compile(ttFont)[source]
toXML(writer, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]