GtkCellRendererText::family

Access: Read Write
Type: string

Name of the font family, e.g. Sans, Helvetica, Times, Monospace.

Example 42. set_property sample

<?php
$cellrenderer->set_property('family',  'Times');
?>

See also: set_property()