/*  call-seq:
 *    italic = value  ->  Bool
 *
 *  Set whether italicizing is enabled for this font. Returns the old value.
 */
VALUE rbgm_ttf_setitalic(VALUE self,VALUE italic)
{
        return RBGM_ttf_set_style(self, italic, TTF_STYLE_ITALIC); 
}