FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | font_family |
double | angle |
uint16_t | font_size |
switch_rgb_color_t | color |
switch_rgb_color_t | bgcolor |
switch_image_t * | img |
switch_memory_pool_t * | pool |
int | free_pool |
switch_rgb_color_t | gradient_table [MAX_GRADIENT] |
switch_bool_t | use_bgcolor |
Definition at line 810 of file switch_core_video.c.
double switch_img_txt_handle_s::angle |
Definition at line 816 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create().
switch_rgb_color_t switch_img_txt_handle_s::bgcolor |
Definition at line 819 of file switch_core_video.c.
Referenced by init_gradient_table(), and switch_img_txt_handle_create().
switch_rgb_color_t switch_img_txt_handle_s::color |
Definition at line 818 of file switch_core_video.c.
Referenced by init_gradient_table(), and switch_img_txt_handle_create().
char* switch_img_txt_handle_s::font_family |
Definition at line 815 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create().
uint16_t switch_img_txt_handle_s::font_size |
Definition at line 817 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create().
int switch_img_txt_handle_s::free_pool |
Definition at line 822 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_destroy().
switch_rgb_color_t switch_img_txt_handle_s::gradient_table[MAX_GRADIENT] |
Definition at line 823 of file switch_core_video.c.
Referenced by init_gradient_table().
switch_image_t* switch_img_txt_handle_s::img |
Definition at line 820 of file switch_core_video.c.
switch_memory_pool_t* switch_img_txt_handle_s::pool |
Definition at line 821 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_destroy().
switch_bool_t switch_img_txt_handle_s::use_bgcolor |
Definition at line 824 of file switch_core_video.c.