| Top |
| GESTitleClip * | ges_title_clip_new () |
| void | ges_title_clip_set_text () |
| void | ges_title_clip_set_font_desc () |
| void | ges_title_clip_set_halignment () |
| void | ges_title_clip_set_valignment () |
| void | ges_title_clip_set_color () |
| void | ges_title_clip_set_background () |
| void | ges_title_clip_set_xpos () |
| void | ges_title_clip_set_ypos () |
| const gchar * | ges_title_clip_get_text () |
| const gchar * | ges_title_clip_get_font_desc () |
| GESTextVAlign | ges_title_clip_get_valignment () |
| GESTextHAlign | ges_title_clip_get_halignment () |
| const guint32 | ges_title_clip_get_text_color () |
| const guint32 | ges_title_clip_get_background_color () |
| const gdouble | ges_title_clip_get_xpos () |
| const gdouble | ges_title_clip_get_ypos () |
| guint | background | Read / Write / Construct |
| guint | color | Read / Write / Construct |
| gchar * | font-desc | Read / Write / Construct |
| GESTextHAlign | halignment | Read / Write / Construct |
| gchar * | text | Read / Write / Construct |
| GESTextVAlign | valignment | Read / Write / Construct |
| gdouble | xpos | Read / Write / Construct |
| gdouble | ypos | Read / Write / Construct |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESContainer ╰── GESClip ╰── GESSourceClip ╰── GESTitleClip
void ges_title_clip_set_font_desc (GESTitleClip *self,const gchar *font_desc);
void ges_title_clip_set_halignment (GESTitleClip *self,GESTextHAlign halign);
void ges_title_clip_set_valignment (GESTitleClip *self,GESTextVAlign valign);
void ges_title_clip_set_background (GESTitleClip *self,guint32 background);
const guint32
ges_title_clip_get_background_color (GESTitleClip *self);
“background” property“background” guint
The background of the text.
Flags: Read / Write / Construct
Default value: 4294967295
“color” property“color” guint
The color of the text.
Flags: Read / Write / Construct
Default value: 4294967295
“font-desc” property“font-desc” gchar *
Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.
Flags: Read / Write / Construct
Default value: "Serif 36"
“halignment” property“halignment” GESTextHAlign
Horizontal alignment of the text.
Flags: Read / Write / Construct
Default value: GES_TEXT_HALIGN_CENTER
“text” property“text” gchar *
The text to display.
Flags: Read / Write / Construct
Default value: ""
“valignment” property“valignment” GESTextVAlign
Vertical alignment of the text.
Flags: Read / Write / Construct
Default value: GES_TEXT_VALIGN_BASELINE
“xpos” property“xpos” gdouble
The horizontal position.
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5
“ypos” property“ypos” gdouble
The vertical position.
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5