Need to allow for the second function here to be called instead of it exists.
$txtimg_path = textimage_path($preset, $vars[$key], array(), $ext);
$txtimg_path = textimage_build_image('theme', $preset, trim($vars[$key]), array(), $ext);
Also need to trim() the textimage text to avoid problems with newline chars.
Comments
Comment #1
danielb commentedWaiting on the response to this
http://drupal.org/node/403212
Comment #2
danielb commentedwent ahead and did some research to solve it myself
Comment #4
jboeger commentedDanielb, how did you solve this problem?
thanks in advance. - jb
Comment #5
danielb commentedI made this function that call instead, and it decides what to do: