이거 패치해서 또 이글꼴, 저글꼴 찔러볼 생각부터 나니...
: ttmkfdir이 문제가 있습니다.
:
: 레드헷7.2beta의 경우
: freetype2 에 포함되어있는 ttmkfdir2 를 패치하세요.
:
: http://chem.skku.ac.kr/~wkpark/kle/patches/ttmkfdir2_size.diff :
: --- ttmkfdir2/encoding.l Thu Jan 13 07:17:46 2000
: +++ ttmkfdir2.my/encoding.l Thu Sep 27 18:36:32 2001
: @@ -62,7 +62,7 @@
:
: i2 = std::strtol (startptr, &endptr, 0);
:
: - cur_enc->size = (startptr == endptr) ? i1 : (i1 << 8) + i2;
: + cur_enc->size = (startptr == endptr) ? i1 : (i1 - 1 << 8) + i2;
: }
:
: <INSIDE_ENC_BLOCK>STARTMAPPING{WHITESPACES}unicode {
:
:--ICQ#: 103231199