char *argv[6] = { 0 };
switch_rgb_color_t bgcolor = { 0 };
int pre_width = 0, width = 0, font_size = 0, height = 0;
- int len = 0;
char *duptxt = strdup(text);
switch_img_txt_handle_t *txthandle = NULL;
switch_image_t *txtimg = NULL;
while (*txt == ' ') txt++;
while (end_of(txt) == ' ') end_of(txt) = '\0';
- len = strlen(txt);
-
- if (len < 5) len = 5;
-
-
switch_img_txt_handle_create(&txthandle, font_face, fg, bg, font_size, 0, NULL);
pre_width = switch_img_txt_handle_render(txthandle,