[TYPO3-dev] Gifbuilder does not honor fontColor values since 4.0rc3

Martin Ficzel martin.ficzel at gmx.de
Thu Mar 23 11:35:24 CET 2006


Bernhard Kraft schrieb:
> Joerg Wagner wrote:
>> Please check this bug report and the solution posted there:
>> http://bugs.typo3.org/view.php?id=2692 
> 
> And please reply if this solved your problems ...

hmm the patch made the text rendering work

but : now the box.color option does not work any more

here is the ts setup

> lib.fu.menu.header.file {
> 	XY = 780,81
> 	backColor= #F4F4F4
> 	format = gif
> 	quality = 100
> 	
> 	1 = IMAGE
> 	1.file.import = uploads/media/
> 	1.file.import.data = levelmedia: -1, slide
> 	1.file.import.listNum = 0
> 	1.offset = 195,0
> 
> 	2 = BOX
> 	2.dimensions=0,0,195,79	
> 	2.color = #F4F4F4
> 
> 	3 = TEXT
> 	3.text.field= nav_title // title
> 	3.fontSize=18
> 	3.fontColor = #666666
> 	3.fontFile = fileadmin/resource/fonts/verdana.ttf
> 	3.niceText = 1
> 	3.offset=23,57
> 	
> }

insted of rendering the box with color #F4F4F4 something like #CE714D is 
rendered (ugly brown). the box.color value is completely ignored

here is the configuration of the install tool

> ImageMagick enabled: 1
> ImageMagick path: /usr/bin/ (5.5.2)
> ImageMagick path/LZW: /usr/bin/ (5.5.2)
> Version 5 flag: gm
> 
> GDLib enabled: 1
> GDLib using PNG: 0
> GDLib 2 enabled: 0
> IM5 effects enabled: -1 (Blurring/Sharpening with IM 5+)
> Freetype DPI: 72 (Should be 96 for Freetype 2)
> Mask invert: 0 (Should be set for some IM versions approx. 5.4+)

i still have to set the gdlib2 = 0 flag (otherwise the text is invisible 
only the soft shadow apperars in a very light grey) but gdlib2 is installed

regards Martin




More information about the TYPO3-dev mailing list