GESTextOverlayClip
Renders text onto the next lower priority stream using textrender.
ges_text_overlay_clip_get_font_desc
const gchar *
ges_text_overlay_clip_get_font_desc (GESTextOverlayClip * self)
Get the pango font description used by self.
The pango font description used by self.
GES.TextOverlayClip.prototype.get_font_desc
function GES.TextOverlayClip.prototype.get_font_desc(): {
}
Get the pango font description used by self.
The pango font description used by self.
GES.TextOverlayClip.get_font_desc
def GES.TextOverlayClip.get_font_desc (self):
Get the pango font description used by self.
The pango font description used by self.
ges_text_overlay_clip_get_halignment
GESTextHAlign
ges_text_overlay_clip_get_halignment (GESTextOverlayClip * self)
Get the horizontal aligment used by self.
Returns
–
The horizontal aligment used by self.
GES.TextOverlayClip.prototype.get_halignment
function GES.TextOverlayClip.prototype.get_halignment(): {
}
Get the horizontal aligment used by self.
The horizontal aligment used by self.
GES.TextOverlayClip.get_halignment
def GES.TextOverlayClip.get_halignment (self):
Get the horizontal aligment used by self.
The horizontal aligment used by self.
ges_text_overlay_clip_get_text
const gchar *
ges_text_overlay_clip_get_text (GESTextOverlayClip * self)
Get the text currently set on self.
The text currently set on self.
GES.TextOverlayClip.prototype.get_text
function GES.TextOverlayClip.prototype.get_text(): {
}
Get the text currently set on self.
The text currently set on self.
GES.TextOverlayClip.get_text
def GES.TextOverlayClip.get_text (self):
Get the text currently set on self.
The text currently set on self.
ges_text_overlay_clip_get_xpos
const gdouble
ges_text_overlay_clip_get_xpos (GESTextOverlayClip * self)
Get the horizontal position used by source.
Returns
–
The horizontal position used by source.
GES.TextOverlayClip.prototype.get_xpos
function GES.TextOverlayClip.prototype.get_xpos(): {
}
Get the horizontal position used by source.
The horizontal position used by source.
GES.TextOverlayClip.get_xpos
def GES.TextOverlayClip.get_xpos (self):
Get the horizontal position used by source.
The horizontal position used by source.
ges_text_overlay_clip_get_ypos
const gdouble
ges_text_overlay_clip_get_ypos (GESTextOverlayClip * self)
Get the vertical position used by source.
Returns
–
The vertical position used by source.
GES.TextOverlayClip.prototype.get_ypos
function GES.TextOverlayClip.prototype.get_ypos(): {
}
Get the vertical position used by source.
The vertical position used by source.
GES.TextOverlayClip.get_ypos
def GES.TextOverlayClip.get_ypos (self):
Get the vertical position used by source.
The vertical position used by source.
ges_text_overlay_clip_set_color
ges_text_overlay_clip_set_color (GESTextOverlayClip * self,
guint32 color)
Sets the color of the text.
Parameters:
color
–
The color self is being set to
GES.TextOverlayClip.prototype.set_color
function GES.TextOverlayClip.prototype.set_color(color: Number): {
}
Sets the color of the text.
Parameters:
The color self is being set to
GES.TextOverlayClip.set_color
def GES.TextOverlayClip.set_color (self, color):
Sets the color of the text.
Parameters:
The color self is being set to
ges_text_overlay_clip_set_font_desc
ges_text_overlay_clip_set_font_desc (GESTextOverlayClip * self,
const gchar * font_desc)
Sets the pango font description of the text
Parameters:
font_desc
(
[nullable])
–
the pango font description
GES.TextOverlayClip.prototype.set_font_desc
function GES.TextOverlayClip.prototype.set_font_desc(font_desc: String): {
}
Sets the pango font description of the text
Parameters:
the pango font description
GES.TextOverlayClip.set_font_desc
def GES.TextOverlayClip.set_font_desc (self, font_desc):
Sets the pango font description of the text
Parameters:
the pango font description
ges_text_overlay_clip_set_halign
ges_text_overlay_clip_set_halign (GESTextOverlayClip * self,
GESTextHAlign halign)
Sets the horizontal aligment of the text.
GES.TextOverlayClip.prototype.set_halign
function GES.TextOverlayClip.prototype.set_halign(halign: GES.TextHAlign): {
}
Sets the horizontal aligment of the text.
GES.TextOverlayClip.set_halign
def GES.TextOverlayClip.set_halign (self, halign):
Sets the horizontal aligment of the text.
ges_text_overlay_clip_set_text
ges_text_overlay_clip_set_text (GESTextOverlayClip * self,
const gchar * text)
Sets the text this clip will render.
Parameters:
the text to render. an internal copy of this text will be
made.
GES.TextOverlayClip.prototype.set_text
function GES.TextOverlayClip.prototype.set_text(text: String): {
}
Sets the text this clip will render.
Parameters:
the text to render. an internal copy of this text will be
made.
GES.TextOverlayClip.set_text
def GES.TextOverlayClip.set_text (self, text):
Sets the text this clip will render.
Parameters:
the text to render. an internal copy of this text will be
made.
ges_text_overlay_clip_set_valign
ges_text_overlay_clip_set_valign (GESTextOverlayClip * self,
GESTextVAlign valign)
Sets the vertical aligment of the text.
GES.TextOverlayClip.prototype.set_valign
function GES.TextOverlayClip.prototype.set_valign(valign: GES.TextVAlign): {
}
Sets the vertical aligment of the text.
GES.TextOverlayClip.set_valign
def GES.TextOverlayClip.set_valign (self, valign):
Sets the vertical aligment of the text.
ges_text_overlay_clip_set_xpos
ges_text_overlay_clip_set_xpos (GESTextOverlayClip * self,
gdouble position)
Sets the horizontal position of the text.
Parameters:
position
–
The horizontal position self is being set to
GES.TextOverlayClip.prototype.set_xpos
function GES.TextOverlayClip.prototype.set_xpos(position: Number): {
}
Sets the horizontal position of the text.
Parameters:
The horizontal position self is being set to
GES.TextOverlayClip.set_xpos
def GES.TextOverlayClip.set_xpos (self, position):
Sets the horizontal position of the text.
Parameters:
The horizontal position self is being set to
ges_text_overlay_clip_set_ypos
ges_text_overlay_clip_set_ypos (GESTextOverlayClip * self,
gdouble position)
Sets the vertical position of the text.
Parameters:
position
–
The vertical position self is being set to
GES.TextOverlayClip.prototype.set_ypos
function GES.TextOverlayClip.prototype.set_ypos(position: Number): {
}
Sets the vertical position of the text.
Parameters:
The vertical position self is being set to
GES.TextOverlayClip.set_ypos
def GES.TextOverlayClip.set_ypos (self, position):
Sets the vertical position of the text.
Parameters:
The vertical position self is being set to
font-desc
“font-desc” gchar *
Pango font description string
Flags :
Read
/
Write
/
Construct
font-desc
“font-desc” String
Pango font description string
Flags :
Read
/
Write
/
Construct
font_desc
“self.props.font_desc” str
Pango font description string
Flags :
Read
/
Write
/
Construct
halignment
“halignment” GESTextHAlign *
Horizontal alignment of the text
Flags :
Read
/
Write
/
Construct
halignment
“halignment” GES.TextHAlign
Horizontal alignment of the text
Flags :
Read
/
Write
/
Construct
halignment
“self.props.halignment” GES.TextHAlign
Horizontal alignment of the text
Flags :
Read
/
Write
/
Construct
valignment
“valignment” GESTextVAlign *
Vertical alignent of the text
Flags :
Read
/
Write
/
Construct
valignment
“valignment” GES.TextVAlign
Vertical alignent of the text
Flags :
Read
/
Write
/
Construct
valignment
“self.props.valignment” GES.TextVAlign
Vertical alignent of the text
Flags :
Read
/
Write
/
Construct
xpos
“xpos” gdouble
The horizontal position of the text
Flags :
Read
/
Write
/
Construct
xpos
“xpos” Number
The horizontal position of the text
Flags :
Read
/
Write
/
Construct
xpos
“self.props.xpos” float
The horizontal position of the text
Flags :
Read
/
Write
/
Construct
ypos
“ypos” gdouble
The vertical position of the text
Flags :
Read
/
Write
/
Construct
ypos
“ypos” Number
The vertical position of the text
Flags :
Read
/
Write
/
Construct
ypos
“self.props.ypos” float
The vertical position of the text
Flags :
Read
/
Write
/
Construct