Bug #24890
closedGifbuilder using text with angle attribute results in strange alignment effects
0%
Description
I have used Gibuilder for some years now to generate a graphic menu on a page, after updating the core to Version 4.5.0 rotated text becomes strangely misaligned and offsets are no longer behaving as before (see attached picture). Every single Character aligns on the left side, resulting in a strange camel-case-sort of look.
The setup for the Text in question is:
40 = TEXT
40 {
text.field = title
fontSize = 15
text.case = lower
angle = 90
fontFile=fileadmin/templates/fonts/eurostile.ttf
niceText = 1
offset = 12,112
fontColor = {$projectMenuFontColor}
}
Up until now this worked as expected, after the update is does not.
Text which is not rotated works as expected, so I worked around the problem by inserting a Gifbuilder effect before the text, rotating the gifbuilder object by 90 degrees, and a Gifbuilder Effect after the text rotating it back (270 degrees). This works, but is everything but beautiful.
Possibly this is related to Issue #0014033
PHP-Version 5.2.13
Typo3-Version 4.5.0
(issue imported from #M17403)
Files