/* call-seq:
* underline = value -> Bool
*
* Set whether underlining is enabled for this font. Returns the old value.
*/
VALUE rbgm_ttf_setunderline(VALUE self, VALUE underline)
{
return RBGM_ttf_set_style(self, underline, TTF_STYLE_UNDERLINE);
}