#!/usr/bin/fontforge -script if ($argc !=3) Print("") Print("Usage: ", $0, " infont outfont") Print("") Quit() else Open($1) endif ...
確定! 回上一頁