Listen for the font-changed signal on the backend in ClutterText
authorNeil Roberts <neil@linux.intel.com>
Tue, 27 Jan 2009 16:47:20 +0000 (16:47 +0000)
committerNeil Roberts <neil@linux.intel.com>
Tue, 27 Jan 2009 17:07:02 +0000 (17:07 +0000)
commit89b0b00dd14cde4f2a7d6bfab5bbdc78bc21f315
treee0804263d8b0ab127350db83a545f8f070ff2a75
parent1b578fb9c7c19defdbec670fec86956c4987972f
Listen for the font-changed signal on the backend in ClutterText

Whenever a ClutterText is created it now connects to the font-changed
signal. When it is emitted the layout cache is dirtied and a relayout
is queued. That way changes to the font options or resolution will
cause an immediate update to the labels in the scene.
clutter/clutter-text.c