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, double dwidth, double dheight) |
|
void | layout_to_lives_painter (LingoLayout *layout, lives_painter_t *cr, lives_text_mode_t mode, lives_colRGBA64_t *fg, lives_colRGBA64_t *bg, int dwidth, int dheight, double x_bg, double y_bg, double x_text, double y_text) |
|
LingoLayout * | layout_nth_message_at_bottom (int n, int width, int height, LiVESWidget *widget, int *linecount) |
|
◆ 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 |
| ) |
|
◆ layout_nth_message_at_bottom()
LingoLayout* layout_nth_message_at_bottom |
( |
int |
n, |
|
|
int |
width, |
|
|
int |
height, |
|
|
LiVESWidget * |
widget, |
|
|
int * |
linecount |
|
) |
| |
◆ layout_to_lives_painter()
void layout_to_lives_painter |
( |
LingoLayout * |
layout, |
|
|
lives_painter_t * |
cr, |
|
|
lives_text_mode_t |
mode, |
|
|
lives_colRGBA64_t * |
fg, |
|
|
lives_colRGBA64_t * |
bg, |
|
|
int |
dwidth, |
|
|
int |
dheight, |
|
|
double |
x_bg, |
|
|
double |
y_bg, |
|
|
double |
x_text, |
|
|
double |
y_text |
|
) |
| |
◆ 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, |
|
|
double |
dwidth, |
|
|
double |
dheight |
|
) |
| |
◆ render_text_to_layer()