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.
GESTitleClip *
ges_title_clip_new (void
);
Creates a new GESTitleClip
The newly created GESTitleClip,
or NULL
if there was an error.
[transfer floating][nullable]
void ges_title_clip_set_text (GESTitleClip *self
,const gchar *text
);
ges_title_clip_set_text
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
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
);
ges_title_clip_set_font_desc
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the pango font description of the text.
void ges_title_clip_set_halignment (GESTitleClip *self
,GESTextHAlign halign
);
ges_title_clip_set_halignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the horizontal aligment of the text.
void ges_title_clip_set_valignment (GESTitleClip *self
,GESTextVAlign valign
);
ges_title_clip_set_valignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the vertical aligment of the text.
void ges_title_clip_set_color (GESTitleClip *self
,guint32 color
);
ges_title_clip_set_color
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the color of the text.
void ges_title_clip_set_background (GESTitleClip *self
,guint32 background
);
ges_title_clip_set_background
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the background of the text.
void ges_title_clip_set_xpos (GESTitleClip *self
,gdouble position
);
ges_title_clip_set_xpos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the horizontal position of the text.
void ges_title_clip_set_ypos (GESTitleClip *self
,gdouble position
);
ges_title_clip_set_ypos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Sets the vertical position of the text.
const gchar *
ges_title_clip_get_text (GESTitleClip *self
);
ges_title_clip_get_text
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the text currently set on self
.
const gchar *
ges_title_clip_get_font_desc (GESTitleClip *self
);
ges_title_clip_get_font_desc
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the pango font description used by self
.
GESTextVAlign
ges_title_clip_get_valignment (GESTitleClip *self
);
ges_title_clip_get_valignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the vertical aligment used by self
.
GESTextHAlign
ges_title_clip_get_halignment (GESTitleClip *self
);
ges_title_clip_get_halignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the horizontal aligment used by self
.
const guint32
ges_title_clip_get_text_color (GESTitleClip *self
);
ges_title_clip_get_text_color
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the color used by self
.
const guint32
ges_title_clip_get_background_color (GESTitleClip *self
);
ges_title_clip_get_background_color
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the background used by self
.
const gdouble
ges_title_clip_get_xpos (GESTitleClip *self
);
ges_title_clip_get_xpos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the horizontal position used by self
.
const gdouble
ges_title_clip_get_ypos (GESTitleClip *self
);
ges_title_clip_get_ypos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Get the vertical position used by self
.
“background”
property“background” guint
The background of the text
GESTitleClip:background
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: 4294967295
“color”
property“color” guint
The color of the text
GESTitleClip:color
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: 4294967295
“font-desc”
property“font-desc” gchar *
Pango font description string
GESTitleClip:font-desc
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: "Serif 36"
“halignment”
property“halignment” GESTextHAlign
Horizontal alignment of the text
GESTitleClip:halignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: GES_TEXT_HALIGN_CENTER
“text”
property“text” gchar *
The text to diplay
GESTitleClip:text
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: ""
“valignment”
property“valignment” GESTextVAlign
Vertical alignent of the text
GESTitleClip:valignment
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Default value: GES_TEXT_VALIGN_BASELINE
“xpos”
property“xpos” gdouble
The horizontal position of the text
GESTitleClip:xpos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5
“ypos”
property“ypos” gdouble
The vertical position of the text
GESTitleClip:ypos
is deprecated and should not be used in newly-written code.
use ges_track_element_get/set_children_properties on the underlying GESTrackElement instead
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5