You are here

function image_tinypng_textimage_get_font_path in TinyPNG 7

Wrapper for default image_TOOLKIT_textimage_get_font_path().

File

include/textimage.inc, line 15
Textimage (3.+) module related image effects.

Code

function image_tinypng_textimage_get_font_path($image, $data = array()) {
  return _tinypng_fallback('textimage_get_font_path', $image, $data);
}