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_colRGBA32_t *fg_col, lives_colRGBA32_t *bg_col, boolean center, boolean rising, double top) |
|
LingoLayout * | render_text_to_cr (lives_painter_t *, const char *text, const char *fontname, double size, lives_text_mode_t mode, lives_colRGBA32_t *fg_col, lives_colRGBA32_t *bg_col, boolean center, boolean rising, double top, int start, int width, int height) |
|
Enumerator |
---|
SUBTITLE_TYPE_NONE |
|
SUBTITLE_TYPE_SRT |
|
SUBTITLE_TYPE_SUB |
|
Enumerator |
---|
LIVES_TEXT_MODE_FOREGROUND_ONLY |
|
LIVES_TEXT_MODE_FOREGROUND_AND_BACKGROUND |
|
LIVES_TEXT_MODE_BACKGROUND_ONLY |
|
char** get_font_list |
( |
void |
| ) |
|
LingoLayout* render_text_to_cr |
( |
lives_painter_t * |
, |
|
|
const char * |
text, |
|
|
const char * |
fontname, |
|
|
double |
size, |
|
|
lives_text_mode_t |
mode, |
|
|
lives_colRGBA32_t * |
fg_col, |
|
|
lives_colRGBA32_t * |
bg_col, |
|
|
boolean |
center, |
|
|
boolean |
rising, |
|
|
double |
top, |
|
|
int |
start, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |