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”
February 3rd, 2010 at 7:29 pm
Um that’s just a copy command, why not use “cp src dest”
February 3rd, 2010 at 9:51 pm
does CP take permissions with it? Or does this not require permissions? neeeeewbattack!