head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.07.02.12.04.54;	author wkpark;	state Exp;
branches;
next	;


desc
@@


1.1
log
@update and add missing files
@
text
@#!/usr/bin/fontforge -lang=ff
Open($1);
SetFontOrder(2); # set quadratic (TTF)
SelectAll();
AutoHint();
AutoInstr();
Generate($2);
#Generate($fontname+".ttf","",4);
@
