DSIG: Digital Signature table

The DSIG table is an OpenType table.

class fontTools.ttLib.tables.D_S_I_G_.table_D_S_I_G_(tag=None)[source]

Bases: DefaultTable

Digital Signature table

The DSIG table contains cryptographic signatures for the font.

See also https://learn.microsoft.com/en-us/typography/opentype/spec/dsig

decompile(data, ttFont)[source]
compile(ttFont)[source]
toXML(xmlWriter, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]
prune_pre_subset(font, options)
fontTools.ttLib.tables.D_S_I_G_.pem_spam(l, spam={'': True, '-----BEGIN PKCS7-----': True, '-----END PKCS7-----': True})
fontTools.ttLib.tables.D_S_I_G_.b64encode(b)[source]
class fontTools.ttLib.tables.D_S_I_G_.SignatureRecord[source]

Bases: object

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