head	1.2;
access;
symbols
	INIT:1.1.1.1 VENDOR:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2008.07.02.11.51.23;	author wkpark;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.10.16.05.55;	author wkpark;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.08.10.16.05.55;	author wkpark;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update scripts
@
text
@#!/bin/bash
#FONTNAME=$1
#FAMILY=`echo $1 |sed 's/Bold//'`
#WEIGHT="Medium"

#FAMILY=$(echo $1 |cut -d':' -f 1)
#FONTNAME=$(echo $1 |cut -d':' -f 2)
FAMILY=$1
FONTNAME=$2
WEIGHT=$3
if [ x$WEIGHT = x ];then
 WEIGHT="Regular";
 PSNAME=Un${TT}
else
 PSNAME=Un${TT}-$WEIGHT
fi

if [ -f ../../VERSION ]; then
. ../../VERSION
else
 COPYRIGHT="Copyright  1998-2004 by Koaunghi Un"
 VERSION="Version 1.00"
fi


#FONTNAME=`echo $1 | iconv -f EUCKR -t UTF8`
#FAMILY=`python -c "print '$FAMILY'.decode('EUCKR').encode('UTF8')"`
#FONTNAME=`python -c "print '$FONTNAME'.decode('EUCKR').encode('UTF8')"`

#0 Copyright  2003 by Koaunghi Un
#1 $FAMILY
#2 $WEIGHT
#3 $SHORT COMMENT
#6 $FONTNAME
cat <<EOF
1042 0 $COPYRIGHT
1033 0 $COPYRIGHT
1042 1 $FAMILY
1042 2 $WEIGHT
1042 4 $FONTNAME
1042 5 $VERSION
1033 5 $VERSION
1033 6 $PSNAME
1042 6 $PSNAME
1042 7 Un Fonts
1033 7 Un Fonts
1042 8 Coverted to TrueType by wkpark@@kldp.org
1033 8 Coverted to TrueType by wkpark@@kldp.org
1042 9 Koaunghi Un
1042 10 This is the HLaTeX fonts made by Koaunghi Un. It originally used on the HLaTeX only. It contains all Hangul Syllables defined in the Unicode. It is converted to TrueType fonts with the FontForge. You can freely redistribute it under the GNU GPL.
1042 11 http://kldp.net/projects/unfonts/
1042 12 http://kldp.net/projects/unfonts/
1033 11 http://kldp.net/projects/unfonts/
1033 12 http://kldp.net/projects/unfonts/
1042 13 GNU General Public License
1042 14 http://korea.gnu.org/copyleft/gpl.ko.html
1042 19 GNU is Not Unix
EOF
@


1.1
log
@Initial revision
@
text
@d13 3
d25 1
d27 2
a28 2
FAMILY=`python -c "print '$FAMILY'.decode('EUCKR').encode('UTF8')"`
FONTNAME=`python -c "print '$FONTNAME'.decode('EUCKR').encode('UTF8')"`
d43 2
@


1.1.1.1
log
@Import
@
text
@@
