[TYPO3] gifbuilder --> font image replacement

Dusan Aleksic dusan.aleksic at deepscreen.ch
Fri Jan 19 17:25:56 CET 2007


Yes that was one of the problems, now I know what offset is, this is the 
code I use now:



dujke = IMAGE
dujke {
     file = GIFBUILDER
     file{
         XY = [10.w]+10,[10.h]+30
         backColor = #000000
         10 = TEXT
         10{
             text = Why is this text all screwed up!?
             fontColor = #FFFFFF
             fontSize = 20
             fontFile = fileadmin/fonts/STAN0757.TTF
             offset = 5,21
             niceText = 0
         }
     }
}

lib.Signature < dujke

It works with minor problems but with problems, I'll ask in a separate 
thread for solution on problems I'm having now.


More information about the TYPO3-english mailing list