activeFonts

Post Reply
flussidicaio
Member
Posts: 21
Joined: Thu May 03, 2018 6:07 pm

activeFonts

Post 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??
Post Reply