GtkScintilla::style_set_bold

void style_set_bold(int style, int bold);

Define some style to be formated as bold.

$scintilla->style_set_bold(SCINTILLA_STYLE_DEFAULT, 1);