Monday 01 September 2003 6:42:37 am
I'm trying out the useful texttoimage-operator but I'm having trouble setting the font size of the image-output.
This works fine: {$content_version.data_map.somevariable.content|texttoimage('arial')} ..but generates a rather large fontsize-display of the content of my variable. So in lack of documentation I try this (which doesn't work as well): {$content_version.data_map.somevariable.content|texttoimage('arial',12)} I'm trying to set the font size of image-output to 12 px here, and have tried doing so in a lot of different ways of syntax. Anyone know if it's even possible to scale the font size of the texttoimage()-operator?? :)
|