Method

ClutterTextset_justify

Declaration [src]

void
clutter_text_set_justify (
  ClutterText* self,
  gboolean justify
)

Description [src]

Sets whether the text of the ClutterText actor should be justified on both margins. This setting is ignored if Clutter is compiled against Pango < 1.18.

Available since:1.0
Sets propertyClutter.Text:justify

Parameters

justify gboolean
 

Whether the text should be justified.