mirror of
https://github.com/brl/mutter.git
synced 2025-08-13 11:54:48 +00:00
build
clutter
doc
manual
reference
clutter
cogl
ChangeLog
Makefile.am
Makefile.am
clutter-actor-invariants.txt
po
tests
.gitignore
AUTHORS
CODING_STYLE
COPYING
ChangeLog
ChangeLog.SVN
HACKING
HACKING.backends
Makefile.am
NEWS
README
TODO
autogen.sh
clutter.doap
clutter.pc.in
clutter.symbols
configure.ac

Final bit of integration between ClutterActor and Pango: a simple method for creating a PangoLayout, pre-filled with text and ready to be rendered using cogl_pango_render_layout(). This should make writing new Actors rendering custom text in their paint() implementation easy and reliable.