DOCUMENTEXPORTED info object lacks full font path

I think this went missing in build 3317.

fontFilePath contained the full path including file name in earlier versions.

{
    fontFilePath = ".../Schriften/Sudo/sudo";
    fontFilePaths =     (
        ".../Schriften/Sudo/sudo"
    );
    instance = "<GSInstance 0x6000033df6c0> Bold Italic (700.0, 1.0, -188.0)";
}

I’ll have a look. Thanks.

fixed it.

I worked on it to report all files path, including .woffs.

1 Like

Update is out.

Thank you! It works.