TitleClip
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_title_clip_get_type ()" ) ]
public class TitleClip :
SourceClip,
Extractable,
MetaContainer
Renders the given text in the specified font, at specified position, and with the specified background pattern.
Content:
Properties:
- public uint background { get; set construct; }
The background of the text
- public uint color { get; set construct; }
The color of the text
- public string font_desc { get; set construct; }
Pango font description string
- public TextHAlign halignment { get; set construct; }
Horizontal alignment of the text
- public string text { get; set construct; }
The text to diplay
- public TextVAlign valignment { get; set construct; }
Vertical alignent of the text
- public double xpos { get; set construct; }
The horizontal position of the text
- public double ypos { get; set construct; }
The vertical position of the text
Creation methods:
Methods:
- public uint32 get_background_color ()
Get the background used by this.
- public unowned string get_font_desc ()
Get the pango font description used by this
.
- public TextHAlign get_halignment ()
Get the horizontal aligment used by this
.
- public unowned string get_text ()
Get the text currently set on this.
- public uint32 get_text_color ()
Get the color used by this.
- public TextVAlign get_valignment ()
Get the vertical aligment used by this
.
- public double get_xpos ()
Get the horizontal position used by this
.
- public double get_ypos ()
Get the vertical position used by this
.
- public void set_background (uint32 background)
Sets the background of the text.
- public void set_color (uint32 color)
Sets the color of the text.
- public void set_font_desc (string font_desc)
Sets the pango font description of the text.
- public void set_halignment (TextHAlign halign)
Sets the horizontal aligment of the text.
- public void set_text (string text)
Sets the text this clip will render.
- public void set_valignment (TextVAlign valign)
Sets the vertical aligment of the text.
- public void set_xpos (double position)
Sets the horizontal position of the text.
- public void set_ypos (double position)
Sets the vertical position of the text.
Inherited Members:
All known members inherited from class GES.Clip
All known members inherited from class GES.Container
All known members inherited from class GES.TimelineElement
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer