Mit folgendem Code kann man die Überschriften der News als Grafik rendern
plugin.tt_newsx {
displaySingle {
title_stdWrap.cObject = IMAGE
title_stdWrap.cObject.file = GIFBUILDER
title_stdWrap.cObject.file {
XY = [15.w]+[10.w]+8,30
transparentBackground = 1
transparentColor=#ffffff
backColor = #ffffff
15 = TEXT
15.text = [ ]
15.fontSize = 18
15.offset = 1,19
15.fontFile = t3lib/fonts/verdana.ttf
15.fontColor = #000000
15.niceText = 5
10 = TEXT
10.text.field = title
10.text.case = upper
10.fontSize = 16
10.fontFile = t3lib/fonts/verdana.ttf
10.fontColor = #990033
10.offset = [15.w]+5,20
10.antiAlias = 0
10.niceText = 5
}
}
}
