/*  call-seq:
 *    bold  ->  Bool
 *
 *  True if bolding is enabled for the font.
 */
VALUE rbgm_ttf_getbold(VALUE self)
{
        return RBGM_ttf_get_style(self, TTF_STYLE_BOLD); 
}