|
VLC
2.1.0-git
|

Functions | |
| text_style_t * | text_style_New (void) |
| Create a default text style. | |
| text_style_t * | text_style_Copy (text_style_t *p_dst, const text_style_t *p_src) |
| Copy a text style into another. | |
| text_style_t * | text_style_Duplicate (const text_style_t *p_src) |
| Duplicate a text style. | |
| void | text_style_Delete (text_style_t *p_style) |
| Delete a text style created by text_style_New or text_style_Duplicate. | |
| text_style_t* text_style_Copy | ( | text_style_t * | p_dst, |
| const text_style_t * | p_src | ||
| ) |
Copy a text style into another.
References text_style_t::psz_fontname, and strdup().
Referenced by text_style_Duplicate().
| void text_style_Delete | ( | text_style_t * | p_style | ) |
Delete a text style created by text_style_New or text_style_Duplicate.
References text_style_t::psz_fontname.
Referenced by subpicture_region_Delete().
| text_style_t* text_style_Duplicate | ( | const text_style_t * | p_src | ) |
Duplicate a text style.
References text_style_Copy().
| text_style_t* text_style_New | ( | void | ) |
Create a default text style.
References text_style_t::i_background_alpha, text_style_t::i_background_color, text_style_t::i_font_alpha, text_style_t::i_font_color, text_style_t::i_font_size, text_style_t::i_karaoke_background_alpha, text_style_t::i_karaoke_background_color, text_style_t::i_outline_alpha, text_style_t::i_outline_color, text_style_t::i_outline_width, text_style_t::i_shadow_alpha, text_style_t::i_shadow_color, text_style_t::i_shadow_width, text_style_t::i_spacing, text_style_t::i_style_flags, text_style_t::psz_fontname, and STYLE_OUTLINE.
Referenced by vout_OSDEpgText().
1.8.1.2