php에서 gd와 freetype 라이브러리를 설치하고
소스상에서
imagegetftext() 함수를 사용해주면
폰트를 찾을 수없다고 나옵니다. 폰트를 어디로 지정해주어야하나요?
--with-freetype-fir=/usr 라는부분이 그건거 같아서
/usr로 해도 되지 않습니다. 윈도에 있는 트루타입 글꼴을 어디에다가
복사해주어도 마찬가지로 찾지를 못합니다.
Warning: Could not find/open font
php 컴팡리 옵션설정
./configure' '--with-apache=/usr/local/src/apache_1.3.26'
'--with-mysql=/usr/local/mysql' '--with-config-file-path=/usr/local/apache1/conf'
'--disable-debug' '--enable-track-vars' '--with-system-regex'
'enable-magic-quotes' '--enable-safe-mode' '--with-zlib'
'--enable-ftp' '--with-gd=/usr' '--enable-calendar' '--with-ttf'
'--with-jpeg-dir=/usr' '--enable-gd-imgstrttf' '--with-png-dir'
'--with-freetype-dir=/usr'