[TYPO3]  Make graphical text wrap if too long
    Antonio Willybiro 
    keiser_soze at hotmail.com
       
    Sat Feb 10 11:51:12 CET 2007
    
    
  
Hi there,
Can somebody kindly tell me if there is a way to set up a graphical object
(e.g. graphical header), so that the line breaks when the maxWidth of the
image area is reached?
title_stdWrap.cObject = IMAGE
title_stdWrap.cObject.file = GIFBUILDER
title_stdWrap.cObject.file {
       XY = 615,[10.h]+40
       transparentBackground = 1
       backColor = #252525
       reduceColors = #252525
       //maxWidth = 615
       10 = TEXT
       10.text.field = title
       // 10.text.case= upper
       //10.spacing = 1px
       //10.textMaxLength = 615
       10.fontSize = 30pt
       10.fontFile = fileadmin/fonts/ratio___.ttf
       10.fontColor = #047ba5
       10.offset = 0,37
       10.antiAlias = 0
       10.niceText = 1
    }
    
    
More information about the TYPO3-english
mailing list