| 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
Renders the given text in the specified font, at specified position, and with the specified background pattern.
void ges_title_clip_set_text (GESTitleClip *self,const gchar *text);
Sets the text this clip will render.
self |
the GESTitleClip* to set text on |
|
text |
the text to render. an internal copy of this text will be made. |
void ges_title_clip_set_font_desc (GESTitleClip *self,const gchar *font_desc);
Sets the pango font description of the text.
void ges_title_clip_set_halignment (GESTitleClip *self,GESTextHAlign halign);
Sets the horizontal aligment of the text.
void ges_title_clip_set_valignment (GESTitleClip *self,GESTextVAlign valign);
Sets the vertical aligment of the text.
void ges_title_clip_set_color (GESTitleClip *self,guint32 color);
Sets the color of the text.
void ges_title_clip_set_background (GESTitleClip *self,guint32 background);
Sets the background of the text.
void ges_title_clip_set_xpos (GESTitleClip *self,gdouble position);
Sets the horizontal position of the text.
void ges_title_clip_set_ypos (GESTitleClip *self,gdouble position);
Sets the vertical position of the text.
const gchar *
ges_title_clip_get_text (GESTitleClip *self);
Get the text currently set on self
.
const gchar *
ges_title_clip_get_font_desc (GESTitleClip *self);
Get the pango font description used by self
.
GESTextVAlign
ges_title_clip_get_valignment (GESTitleClip *self);
Get the vertical aligment used by self
.
GESTextHAlign
ges_title_clip_get_halignment (GESTitleClip *self);
Get the horizontal aligment used by self
.
const guint32
ges_title_clip_get_text_color (GESTitleClip *self);
Get the color used by self
.
const guint32
ges_title_clip_get_background_color (GESTitleClip *self);
Get the background used by self
.
const gdouble
ges_title_clip_get_xpos (GESTitleClip *self);
Get the horizontal position used by self
.
const gdouble
ges_title_clip_get_ypos (GESTitleClip *self);
Get the vertical position used by 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 string
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 diplay
Flags: Read / Write / Construct
Default value: ""
“valignment” property“valignment” GESTextVAlign
Vertical alignent of the text
Flags: Read / Write / Construct
Default value: GES_TEXT_VALIGN_BASELINE
“xpos” property“xpos” gdouble
The horizontal position of the text
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5
“ypos” property“ypos” gdouble
The vertical position of the text
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5