[Typo3] TrueType fonts and character set

Andreas Flügge andreas at fluegge.org
Fri Oct 7 23:42:19 CEST 2005


Hello!

After migrating to an apache2 / php4.3.10 under Debian Sarge I get the
following warning:

Warning: imagettfbbox(): No character set found in
/var/lib/typo3/typo3_src-3.8.0/t3lib/class.t3lib_stdgraphic.php on
line 922

It is caused by using the TrueType-Font:

leftbar = IMAGE
leftbar.file = GIFBUILDER
leftbar.file {
    20 = TEXT
    20 {
        text.field = subtitle // title
        angle = 90
        fontFile = fileadmin/fonts/futura.ttf
        fontSize = 16
        fontColor = #FFFFF0
        niceText = 1
        offset = 20, [20.h] + 10
    }
    XY = 25, [20.h] + 20
    backColor = #C4C3BE
    transparentBackground = 1
    transparentColor = #C4C3BE
}

All graphics test are OK!

Does anybody know what is going wrong?



More information about the TYPO3-english mailing list