Digital Signatures
Add a digital signature to the font.
Glyphs only can add an empty dummy DSIG table to a font. Corretto can add a DSIG table with a valid cryptographic signature to the font.
Attention! This option requires the presence of the Python module lfSignFont
, which you probably don’t have, because it is property of LucasFonts.
Parameter
de.kutilek.corretto.dsig
Format
An integer; 0 for false, 1 for true.
Example
{
customParameters = (
{
name = de.kutilek.corretto.dsig;
value = "1";
}
);
}