/*  call-seq:
 *    bold = value  ->  Bool
 *
 *  Set whether bolding is enabled for this font. Returns the old value.
 */
VALUE rbgm_ttf_setbold(VALUE self, VALUE bold)
{
        return RBGM_ttf_set_style(self, bold, TTF_STYLE_BOLD); 
}