Page 1 of 1

activeFonts

Posted: Mon Oct 21, 2019 3:03 pm
by flussidicaio
HI,
I'm trying to use "activefonts" function
reading the manual seems very simple:

activateFonts( targetPath : String )
"Activates the fonts residing in this job folder by copying them to the specified target location. The target path specifies the folder in which the fonts will be copied, for example an application specific font folder. If this argument is missing, or if it is an empty string, the user's default system font location is used instead."

it would even seem to be enough

job.activateFonts();

but does not work

has anyone used it yet??