Forums / Developer / PHP option for FreeType support
Marko Žmak
Thursday 31 August 2006 11:30:15 pm
Does anyone know which of this PHP options:
'--with-ttf''--with-freetype-dir=/usr'
is needed for using eZ with freetype support? As I can see from the php docs, '--with-ttf' options enables support for FreeType 1.x, and '--with-freetype-dir' enables support for FreeType 2. Which version of freetype does eZ use, and which of these two options is really needed?
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Marcin Drozd
Friday 01 September 2006 12:45:43 am
Hi Marko perhaps article of Lukasz http://ez.no/community/articles/the_ez_publish_web_server_environment/building_and_installing_phpis helped for U
http://ez-publish.pl
Friday 01 September 2006 1:15:07 am
Actualy it doesn't really answer my specific question. The '--with-ttf' and '--with-freetype-dir' options are mentioned there, but they are not discussed, and there's no mention if they are BOTH needed and why.
What I would like to know:
Is support for FreeType2 enough for eZ, or FreeType1 is needed too?