RTS API Documentation  1.10.11
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 1830 of file switch_core_video.c.

Field Documentation

◆ angle

double switch_img_txt_handle_s::angle

◆ bgcolor

switch_rgb_color_t switch_img_txt_handle_s::bgcolor

◆ color

switch_rgb_color_t switch_img_txt_handle_s::color

◆ font_family

char* switch_img_txt_handle_s::font_family

◆ font_size

uint16_t switch_img_txt_handle_s::font_size

◆ free_pool

int switch_img_txt_handle_s::free_pool

◆ gradient_table

switch_rgb_color_t switch_img_txt_handle_s::gradient_table[MAX_GRADIENT]

Definition at line 1843 of file switch_core_video.c.

Referenced by init_gradient_table(), and switch_img_txt_handle_destroy().

◆ img

switch_image_t* switch_img_txt_handle_s::img

Definition at line 1840 of file switch_core_video.c.

◆ pool

switch_memory_pool_t* switch_img_txt_handle_s::pool

◆ use_bgcolor

switch_bool_t switch_img_txt_handle_s::use_bgcolor

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