GStreamer Good Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
"deltax" gint : Write "deltay" gint : Write "font-desc" gchar* : Write "halign" gchar* : Write "shaded-background" gboolean : Write "text" gchar* : Write "valign" gchar* : Write "xpad" gint : Write "ypad" gint : Write
"deltax"
property "deltax" gint : Write
Shift X position to the left or to the right. Unit is pixels.
Default value: 0
"deltay"
property "deltay" gint : Write
Shift Y position up or down. Unit is pixels.
Default value: 0
"font-desc"
property "font-desc" gchar* : Write
Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.
Default value: ""
"halign"
property "halign" gchar* : Write
Horizontal alignment of the text. Can be either 'left', 'right', or 'center'.
Default value: "center"
"shaded-background"
property "shaded-background" gboolean : Write
Whether to shade the background under the text area.
Default value: FALSE
"valign"
property "valign" gchar* : Write
Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'.
Default value: "baseline"
"xpad"
property "xpad" gint : Write
Horizontal paddding when using left/right alignment.
Default value: 25