/* call-seq: * underline -> Bool * * True if underlining is enabled for the font. */ VALUE rbgm_ttf_getunderline(VALUE self) { return RBGM_ttf_get_style(self, TTF_STYLE_UNDERLINE); }