Go to the source code of this file.
|
char ** | get_font_list (void) |
|
weed_plant_t * | render_text_to_layer (weed_plant_t *layer, const char *text, const char *fontname, double size, lives_text_mode_t mode, lives_colRGBA64_t *fg_col, lives_colRGBA64_t *bg_col, boolean center, boolean rising, double top) |
|
LingoLayout * | render_text_to_cr (LiVESWidget *widget, lives_painter_t *, const char *text, const char *fontname, double size, lives_text_mode_t mode, lives_colRGBA64_t *fg_col, lives_colRGBA64_t *bg_col, boolean center, boolean rising, double top, int start, int width, int height) |
|
◆ xlives_subtitle_t
◆ lives_subtitle_type_t
Enumerator |
---|
SUBTITLE_TYPE_NONE | |
SUBTITLE_TYPE_SRT | |
SUBTITLE_TYPE_SUB | |
◆ lives_text_mode_t
Enumerator |
---|
LIVES_TEXT_MODE_FOREGROUND_ONLY | |
LIVES_TEXT_MODE_FOREGROUND_AND_BACKGROUND | |
LIVES_TEXT_MODE_BACKGROUND_ONLY | |
◆ get_font_list()
char** get_font_list |
( |
void |
| ) |
|
◆ render_text_to_cr()
LingoLayout* render_text_to_cr |
( |
LiVESWidget * |
widget, |
|
|
lives_painter_t * |
, |
|
|
const char * |
text, |
|
|
const char * |
fontname, |
|
|
double |
size, |
|
|
lives_text_mode_t |
mode, |
|
|
lives_colRGBA64_t * |
fg_col, |
|
|
lives_colRGBA64_t * |
bg_col, |
|
|
boolean |
center, |
|
|
boolean |
rising, |
|
|
double |
top, |
|
|
int |
start, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ render_text_to_layer()