FreeSWITCH API Documentation  1.7.0
Data Fields
switch_img_txt_handle_s Struct Reference
+ Collaboration diagram for switch_img_txt_handle_s:

Data Fields

char * font_family
 
double angle
 
uint16_t font_size
 
switch_rgb_color_t color
 
switch_rgb_color_t bgcolor
 
switch_image_timg
 
switch_memory_pool_tpool
 
int free_pool
 
switch_rgb_color_t gradient_table [MAX_GRADIENT]
 
switch_bool_t use_bgcolor
 

Detailed Description

Definition at line 810 of file switch_core_video.c.

Field Documentation

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
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
switch_bool_t switch_img_txt_handle_s::use_bgcolor

Definition at line 824 of file switch_core_video.c.


The documentation for this struct was generated from the following file: