
Clutter::Text is an actor that displays custom text using Pango as the text rendering engine.
Clutter::Text also allows inline editing of the text if the actor is set editable using Clutter::Text::set_editable().
Selection using keyboard or pointers can be enabled using Clutter::Text::set_selectable().