Mac fonts have to be converted first via command line. Use the following in a new terminal window:
cat “MyFontReg/..namedfork/rsrc” > “MyFontReg.dfont”
Mac fonts have to be converted first via command line. Use the following in a new terminal window:
cat “MyFontReg/..namedfork/rsrc” > “MyFontReg.dfont”
Um that’s just a copy command, why not use “cp src dest”
does CP take permissions with it? Or does this not require permissions? neeeeewbattack!