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
- prune_pre_subset(font, options)
- fontTools.ttLib.tables.D_S_I_G_.pem_spam(l, spam={'': True, '-----BEGIN PKCS7-----': True, '-----END PKCS7-----': True})